diff --git a/Cargo.toml b/Cargo.toml index 4a91efc3f2..b72e4b8f47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -136,21 +136,25 @@ semver = {version = "0.9.0", optional = true} [features] default = ["sys", "ps", "textview", "inc", "str"] -stable = ["sys", "ps", "starship-prompt", "textview", "binaryview", "match", "tree", "average", "sum"] +stable = ["sys", "ps", "textview", "inc", "str", "starship-prompt", "binaryview", "match", "tree", "average", "sum", "post", "fetch", "clipboard"] +# Default sys = ["heim", "battery"] ps = ["heim", "futures-timer"] textview = ["crossterm", "syntect", "onig_sys", "url"] +inc = ["semver"] str = [] -inc = ["semver"] -starship-prompt = ["starship"] -binaryview = ["nu_plugin_binaryview"] -match = ["nu_plugin_match"] -tree = ["nu_plugin_tree"] +# Stable average = ["nu_plugin_average"] +binaryview = ["nu_plugin_binaryview"] +fetch = ["nu_plugin_fetch"] +match = ["nu_plugin_match"] +post = ["nu_plugin_post"] +starship-prompt = ["starship"] sum = ["nu_plugin_sum"] trace = ["nu-parser/trace"] +tree = ["nu_plugin_tree"] [dependencies.rusqlite] version = "0.20.0"