Cargo Features
azure_core_mirror has no features set by default.
[dependencies]
azure_core_mirror = { version = "0.3.0", features = ["enable_reqwest", "enable_reqwest_gzip", "enable_reqwest_rustls", "azurite_workaround", "test_e2e"] }
- enable_reqwest
-
Enables default-tls of reqwest ^0.11
reqwest:
Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.
- enable_reqwest_gzip
-
Enables gzip of reqwest ^0.11
- enable_reqwest_rustls
-
Enables rustls-tls of reqwest ^0.11
- azurite_workaround
-
Affects
utilities::delete_type_permanent_from_headers
,parsing::from_azure_time
… - test_e2e
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.