Cargo Features
azure_core has no features set by default.
[dependencies]
azure_core = { version = "0.22.0", features = ["azurite_workaround", "hmac_openssl", "hmac_rust", "reqwest", "reqwest_gzip", "reqwest_rustls", "tokio_fs", "tokio_sleep", "xml", "test", "tokio"] }
- azurite_workaround
- hmac_openssl
-
Enables openssl
Affects
hmac::hmac_sha256
… - hmac_rust
-
Affects
hmac::hmac_sha256
… - reqwest
-
Enables reqwest of typespec_client_core
- reqwest_gzip
-
Enables reqwest_gzip of typespec_client_core
- reqwest_rustls
-
Enables reqwest_rustls of typespec_client_core
- tokio_fs
-
Enables tokio_fs of typespec_client_core
- tokio_sleep
-
Enables tokio_sleep of typespec_client_core
- xml
-
Enables xml of typespec_client_core
- test
-
Affects
azure_core::test
…