Cargo Features

[dependencies]
rattler_package_streaming = { version = "0.14.0", default-features = false, features = ["tokio", "native-tls", "rustls-tls", "blocking", "wasm", "tokio-util"] }
default = blocking, native-tls

These default features are set whenever rattler_package_streaming is added without default-features = false somewhere in the dependency tree.

tokio = futures-util

Enables tokio of bzip2, fs of tokio, io and io-util of tokio-util, stream of optional reqwest

Affects rattler_package_streaming::tokio, reqwest::tokio

native-tls default

Enables native-tls of rattler_networking

rustls-tls

Enables rustls-tls of rattler_networking

blocking default

Enables blocking of rattler_networking

Affects reqwest::blocking

wasm

Enables wasm of zstd ^0.12.4

Features from optional dependencies

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

futures-util tokio?

With default features

tokio-util implicit feature