Cargo Features

[dependencies]
pixi = { version = "0.15.2", default-features = false, features = ["native-tls", "rustls-tls", "slow_integration_tests"] }
default = native-tls

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

native-tls default

Enables native-tls of rattler ^0.19.0, rattler_repodata_gateway, reqwest ^0.11.24, and rattler_installs_packages ^0.8.1

reqwest:

Enables native-tls specific functionality not available by default.

rustls-tls

Enables rustls-tls and rustls-tls-native-roots of reqwest ^0.11.24, rustls-tls of rattler_installs_packages ^0.8.1, rustls-tls of rattler ^0.19.0 and rattler_repodata_gateway

slow_integration_tests

Pixi has 4 features without comments.