diff --git a/Cargo.toml b/Cargo.toml index d9f688fc8b..95e5d00599 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -257,6 +257,10 @@ serial_test = "3.2" tempfile = { workspace = true } [features] +# Enable all features while still avoiding mutually exclusive features. +# Use this if `--all-features` fails. +full = ["plugin", "rustls-tls", "system-clipboard", "trash-support", "sqlite"] + plugin = [ # crates "nu-cmd-plugin",