Cargo Features
[dependencies]
azure_storage_blobs = { version = "0.21.0", default-features = false, features = ["test_integration", "azurite_workaround", "enable_reqwest", "enable_reqwest_rustls", "md5", "hmac_rust", "hmac_openssl", "test_e2e"] }
- default = enable_reqwest, hmac_rust
-
These default features are set whenever
azure_storage_blobs
is added without
somewhere in the dependency tree.default-features = false - test_integration
- azurite_workaround
-
Enables azurite_workaround of azure_core
Affects
blob::BlobProperties.creation_time
… - enable_reqwest default
-
Enables enable_reqwest of azure_core, azure_storage, and azure_svc_blobstorage
- enable_reqwest_rustls
-
Enables enable_reqwest_rustls of azure_core, azure_storage, and azure_svc_blobstorage
- md5
-
Enables md5
- hmac_rust default
-
Enables hmac_rust of azure_core
- hmac_openssl
-
Enables hmac_openssl of azure_core
- test_e2e