# 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 = "true-s3-cli" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "S3 CLI implementation" homepage = "https://github.com/4e6uREK/s3-cli" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/4e6uREK/s3-cli" [profile.release] lto = true panic = "abort" [[bin]] name = "true-s3-cli" path = "src/main.rs" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.home] version = "0.5" [dependencies.rusoto_core] version = "0.48.0" [dependencies.rusoto_credential] version = "0.48.0" [dependencies.rusoto_s3] version = "0.48.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_ini] version = "0.2.0" [dependencies.serde_json] version = "1.0" [dependencies.tar] version = "0.4" [dependencies.tokio] version = "1.40" features = ["full"]