Skip to content

Commit

Permalink
Add a comment explaining why feature isn't enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 5, 2022
1 parent 5711619 commit 8da105a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 8da105a

Please sign in to comment.