Cargo Features

azure_core has no features set by default.

[dependencies]
azure_core = { version = "0.17.0", features = ["enable_reqwest", "enable_reqwest_gzip", "enable_reqwest_rustls", "azurite_workaround", "xml", "tokio-fs", "test_e2e", "reqwest", "tokio"] }
enable_reqwest

Enables default-tls of reqwest

enable_reqwest_gzip

Enables gzip of reqwest

enable_reqwest_rustls

Enables rustls-tls of reqwest

azurite_workaround

Affects utilities::delete_type_permanent_from_headers, parsing::from_azure_time

xml = quick-xml

Affects azure_core::xml

tokio-fs

Enables fs and io-util of tokio

test_e2e

Features from optional dependencies

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

reqwest implicit feature

With stream

quick-xml xml?

With serialize and serde-types

tokio implicit feature

Affects azure_core::tokio