Cargo Features
[dependencies]
rattler_repodata_gateway = { version = "0.21.19", default-features = false, features = ["native-tls", "rustls-tls", "sparse", "gateway"] }
- default = native-tls
-
The
native-tls
feature is set by default wheneverrattler_repodata_gateway
is added without
somewhere in the dependency tree.default-features = false - native-tls default
-
Enables native-tls and native-tls-alpn of reqwest
- rustls-tls
-
Enables rustls-tls of reqwest
- sparse gateway? = itertools, memmap2, ouroboros, rattler_conda_types, superslice
-
Enables raw_value of serde_json
serde_json:
Provide a RawValue type that can hold unprocessed JSON during deserialization.
Affects
rattler_repodata_gateway::sparse
… - gateway = async-trait, http, http-cache-semantics, parking_lot, sparse
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.