Cargo Features
[dependencies]
rattler_repodata_gateway = { version = "0.23.6", default-features = false, features = ["native-tls", "rustls-tls", "sparse", "gateway", "rattler_config"] }
- default = rustls-tls
-
The
rustls-tls
feature is set by default wheneverrattler_repodata_gateway
is added without
somewhere in the dependency tree.default-features = false - native-tls
-
Enables native-tls and native-tls-alpn of reqwest, native-tls of rattler_cache, rattler_networking, and rattler_redaction
- rustls-tls default
-
Enables rustls-tls of rattler_cache, rattler_networking, rattler_redaction, and reqwest
- sparse gateway? = itertools, memmap2, rattler_conda_types, self_cell, 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.
- async-trait gateway?
- http gateway?
- http-cache-semantics gateway?
- itertools sparse?
- self_cell sparse?
- parking_lot gateway?
- rattler_conda_types sparse?
- superslice sparse?
- rattler_config implicit feature
-
Enables rattler_config
rattler_config:
A crate to configure rattler and derived tools
- memmap2 unix win sparse?