# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "azure-storage-cli" version = "0.8.0" authors = ["bcaswell@gmail.com"] description = "A CLI to interact with Azure Storage services" readme = "README.md" keywords = [ "azure", "blobs", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/demoray/azure-storage-cli" [profile.release-lto] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" incremental = false inherits = "release" strip = "symbols" [[bin]] name = "azs" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.azure_core] version = "0.20.0" features = ["tokio-fs"] [dependencies.azure_data_tables] version = "0.20.0" [dependencies.azure_identity] version = "0.20.0" [dependencies.azure_storage] version = "0.20.0" [dependencies.azure_storage_blobs] version = "0.20.0" [dependencies.azure_storage_datalake] version = "0.20.0" [dependencies.azure_storage_queues] version = "0.20.0" [dependencies.clap] version = "4.5.7" features = [ "derive", "env", "error-context", "help", "std", "suggestions", "usage", ] default-features = false [dependencies.duration-string] version = "0.4.0" [dependencies.futures] version = "0.3.30" [dependencies.native-tls] version = "0.2.12" features = ["vendored"] [dependencies.paste] version = "1.0.15" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.118" [dependencies.time] version = "0.3.36" features = ["parsing"] [dependencies.tokio] version = "1.38.0" features = [ "io-std", "io-util", "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.uuid] version = "1.9.1" features = [ "serde", "v4", ]