# 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 = "azb" version = "1.0.0" authors = ["Channa J"] description = "A cli tool to download and open files in Azure Blob Storage" readme = "README_cargo.md" keywords = [ "azure", "storage", "blob", "cli", "open", ] license = "MIT OR Apache-2.0" repository = "https://github.com/channaj/azb" [dependencies.azure_core] 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.clap] version = "4.5.9" features = [ "derive", "env", ] [dependencies.colored_json] version = "5.0.0" [dependencies.futures] version = "0.3.30" [dependencies.indicatif] version = "0.17.8" [dependencies.jsonxf] version = "1.1" [dependencies.open] version = "5.3.0" [dependencies.opener] version = "0.7.1" [dependencies.serde] version = "1.0.204" [dependencies.serde_json] version = "1.0.118" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1" features = ["full"]