From 8da105a93acc91b2e8303a55158de85f889d0c2c Mon Sep 17 00:00:00 2001 From: messense Date: Mon, 5 Dec 2022 18:37:56 +0800 Subject: [PATCH] Add a comment explaining why feature isn't enabled by default --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bd05b3d52..44564f7d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,6 +95,7 @@ full = ["cross-compile", "log", "scaffolding", "upload"] log = ["tracing-subscriber"] upload = ["ureq", "multipart", "rpassword", "configparser", "bytesize"] +# keyring doesn't support *BSD so it's not enabled in `full` by default password-storage = ["upload", "keyring"] rustls = ["ureq/tls", "cargo-xwin/rustls-tls"]