Cargo Features

[dependencies]
rattler_repodata_gateway = { version = "0.19.10", default-features = false, features = ["native-tls", "rustls-tls", "sparse"] }
default = native-tls

The native-tls feature is set by default whenever rattler_repodata_gateway is added without default-features = false somewhere in the dependency tree.

native-tls default

Enables native-tls of reqwest

reqwest:

Enables native-tls specific functionality not available by default.

rustls-tls

Enables rustls-tls of reqwest

sparse = bytes, 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

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.

bytes sparse?
rattler_conda_types sparse?
memmap2 sparse?
ouroboros sparse?
superslice sparse?
itertools sparse?