# 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 = "storage-client-interface" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for exposing the StorageClientInterface trait for interacting with a storage backend. Used by Evervault Cages." homepage = "https://github.com/evervault/storage-client-interface" documentation = "https://docs.rs/storage-client-interface" readme = "README.md" keywords = [ "storage", "acme", "s3", "cages", "evervault", ] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/evervault/storage-client-interface" [lib] name = "storage_client_interface" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.56" [dependencies.aws-config] version = "1.5.1" optional = true [dependencies.aws-sdk-s3] version = "1.54.0" optional = true [dependencies.thiserror] version = "1.0.25" [features] default = ["s3"] s3 = [ "dep:aws-sdk-s3", "dep:aws-config", ]