# 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 = "apt-transport-blob" version = "0.2.0" authors = ["Microsoft Corporation"] description = "apt-transport-blob" homepage = "https://github.com/microsoft/apt-transport-blob" readme = "README.md" license = "MIT" repository = "https://github.com/microsoft/apt-transport-blob" [package.metadata.deb] assets = [[ "target/release/blob", "usr/lib/apt/methods/blob", "755", ]] [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 overflow-checks = true [[bin]] name = "blob" path = "src/main.rs" [dependencies.azure_identity] version = "0.20.0" [dependencies.azure_storage] version = "0.20.0" [dependencies.azure_storage_blobs] version = "0.20.0" [dependencies.bytes] version = "1.6.0" [dependencies.log] version = "0.4.20" [dependencies.log4rs] version = "1.3.0" features = [ "file_appender", "pattern_encoder", ] default-features = false [dependencies.nom] version = "7.1.3" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ] [dependencies.url] version = "2.5.0" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.tempfile] version = "3.10.0"