# 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_blob_uploader" version = "0.1.4" description = "A simple crate to help you upload files to Azure Blob Storage" homepage = "https://github.com/Somsubro-Banerjee/azure_blob_uploader" readme = "README.md" keywords = [ "azure", "azure-blob-storage", "blob-storage", ] license-file = "LICENSE" repository = "https://github.com/Somsubro-Banerjee/azure_blob_uploader" [[example]] name = "azure_upload" crate-type = ["staticlib"] path = "examples/azure_uploader/src/main.rs" [dependencies.azure_storage] version = "0.17.0" [dependencies.azure_storage_blobs] version = "0.17.0" [dependencies.tokio] version = "1.33.0" features = ["full"]