# 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" rust-version = "1.72.1" name = "cloud-file-signer" version = "0.1.0" authors = ["Tim Dikland "] description = "A uniform interface for signing cloud object storage URLs" readme = "README.md" keywords = [ "presign", "url", "cloud", "storage", "object", ] categories = [ "web-programming", "filesystem", ] license = "MIT" repository = "https://github.com/tdikland/cloud-file-signer" [dependencies.async-trait] version = "0.1.74" [dependencies.aws-config] version = "1.0.3" features = ["behavior-version-latest"] [dependencies.aws-credential-types] version = "1.0.3" features = ["hardcoded-credentials"] [dependencies.aws-sdk-s3] version = "1.5.0" features = ["behavior-version-latest"] [dependencies.azure_core] version = "0.17.0" [dependencies.azure_storage] version = "0.17.0" [dependencies.azure_storage_blobs] version = "0.17.0" [dependencies.google-cloud-storage] version = "0.15.0" [dependencies.http] version = "1.0.0" [dependencies.regex] version = "1.10.2" [dependencies.time] version = "0.3.30" features = ["local-offset"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.reqwest] version = "0.11.22" features = ["blocking"] [dev-dependencies.test-log] version = "0.2.14" features = ["trace"] [dev-dependencies.tokio] version = "1.35.0" features = ["full"]