# 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 = "rs_oss_cli" version = "0.1.2" authors = ["Eil "] description = "A simple command line tool for oss" readme = "README.md" categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/InkCoderYmc/rs_oss_cli" [dependencies.aws-config] version = "1" features = ["behavior-version-latest"] [dependencies.aws-sdk-s3] version = "1" features = ["behavior-version-latest"] [dependencies.clap] version = "4.5.4" features = [ "derive", "cargo", ] [dependencies.credentials] version = "0.12.0" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.walkdir] version = "2.5.0"