[dependencies]
[lib]
name = "azure_storage_common"
path = "src/lib.rs"
[lints.clippy]
large_futures = "deny"
[package]
authors = ["Microsoft"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client."
edition = "2021"
license = "MIT"
name = "azure_storage_common"
readme = "README.md"
repository = "https://github.com/azure/azure-sdk-for-rust"
rust-version = "1.80"
version = "0.0.1"