Cargo Features
[dependencies]
azure_sdk_storage_blob = { version = "0.45.3", default-features = false, features = ["azurite_workaround", "test_e2e"] }
- default = azure_sdk_core
-
The
azure_sdk_core
feature is set by default wheneverazure_sdk_storage_blob
is added without
somewhere in the dependency tree.default-features = false - azurite_workaround
-
Enables azurite_workaround of azure_sdk_core
Affects
blob::Blob.creation_time
… - test_e2e = azure_sdk_core
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.
- azure_sdk_core default azurite_workaround? test_e2e?