Cargo Features

[dependencies]
rattler_repodata_gateway = { version = "0.14.0", default-features = false, features = ["native-tls", "rustls-tls", "sparse", "fxhash"] }
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

rustls-tls

Enables rustls-tls of reqwest

sparse = itertools, memmap2, ouroboros, rattler_conda_types, superslice

Enables raw_value of serde_json

Affects rattler_repodata_gateway::sparse

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features.

rattler_conda_types sparse?
fxhash implicit feature
memmap2 sparse?

Enables memmap2 ^0.7.1

ouroboros sparse?

Enables default (std) of ouroboros ^0.17.2

superslice sparse?
itertools sparse?

Enables default (use_std) of itertools ^0.11.0