[package] name = "comprehensive_s3" version = "0.1.0" edition = "2021" repository = "https://github.com/vandry/comprehensive.git" homepage = "https://github.com/vandry/comprehensive" description = "A harness for creating consistently-shaped servers will less boilerplate" license = "MIT" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] clap = { version = "4.5", features = ["derive"] } comprehensive = { path = "..", version = "0.5" } const_format = "0.2" futures = "0.3" gensym = "0.1" log = "0.4" rust-s3 = "0.35" tokio = "1.40"