Cargo Features
[dependencies]
mise = { version = "2025.2.7", default-features = false, features = ["native-tls", "rustls", "rustls-native-roots", "clap_mangen", "openssl"] }
- default = native-tls, self_update
-
These default features are set whenever
mise
is added without
somewhere in the dependency tree.default-features = false Enables vendored-lua of vfox
- native-tls default
-
Enables native-tls of reqwest, ubi ^0.4, and vfox and blocking-http…reqwest-native-tls of gix
gix:
Stacks with
blocking-http-transport-reqwest
and enableshttps://
via thenative-tls
crate. - rustls
-
Enables rustls-tls of reqwest, rustls of self_update, rustls-tls of ubi ^0.4, rustls of vfox and blocking-http…reqwest-rust-tls of gix
gix:
Stacks with
blocking-http-transport-reqwest
and enableshttps://
via therustls
crate. - rustls-native-roots
-
Enables rustls-tls-native-roots of reqwest, rustls of self_update, rustls-native-roots of vfox and rustls-tls-native-roots of ubi ^0.4
ubi:
enables the
rustls-tls-native-roots
feature for thereqwest
crate.
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- clap_mangen implicit feature
-
Enables clap_mangen
clap_mangen:
A manpage generator for clap
- openssl implicit feature
-
Enables openssl
openssl:
OpenSSL bindings
- self_update unix win default rustls? rustls-native-roots?