# 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 = "menmos-repository" version = "0.2.6" authors = ["William Dussault "] description = "Menmos library for storing blobs" license = "Apache-2.0" [lib] name = "repository" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1.53" [dependencies.aws-config] version = "0.9.0" [dependencies.aws-sdk-s3] version = "0.9.0" [dependencies.aws-smithy-http] version = "0.39" features = ["rt-tokio"] [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.lfan] version = "^0.2.6" features = ["async"] [dependencies.menmos-betterstreams] version = "^0.2.6" [dependencies.menmos-interface] version = "^0.2.6" [dependencies.parking_lot] version = "0.12.0" [dependencies.sysinfo] version = "0.23.9" [dependencies.tokio] version = "1.16" features = ["full"] [dependencies.tracing] version = "0.1" features = [ "max_level_trace", "release_max_level_debug", ]