From e336930fd86985bed75c6cc02ab69176947d3f59 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Fri, 20 Dec 2019 06:18:06 +1300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b3fd35ed..b72e4b8f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -138,19 +138,23 @@ semver = {version = "0.9.0", optional = true} default = ["sys", "ps", "textview", "inc", "str"] 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"