sdk/storage/azure_storage_blob/Cargo.toml (30 lines of code) (raw):
[package]
name = "azure_storage_blob"
version = "0.2.0"
description = "Microsoft Azure Blob Storage client library for Rust"
readme = "README.md"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
homepage = "https://github.com/azure/azure-sdk-for-rust"
documentation = "https://docs.rs/azure_storage_blob"
keywords = ["sdk", "azure", "storage", "blob", "blobs"]
categories = ["api-bindings"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-trait.workspace = true
azure_core = { workspace = true, features = ["xml"] }
serde.workspace = true
time.workspace = true
typespec_client_core = { workspace = true, features = ["derive"] }
url.workspace = true
uuid.workspace = true
[lints]
workspace = true
[dev-dependencies]
azure_core_test.workspace = true
azure_identity.workspace = true
azure_storage_blob_test.path = "../azure_storage_blob_test"
tokio = { workspace = true, features = ["macros"] }