Cargo Features

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

async-trait gateway?
fxhash implicit feature

Enables fxhash

fxhash:

A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc

http gateway?
http-cache-semantics gateway?
itertools sparse?

Enables itertools ^0.12.1

memmap2 sparse?
ouroboros sparse?
parking_lot gateway?
rattler_conda_types sparse?
superslice sparse?