# 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 = "shuk" version = "0.4.7" authors = ["Darko Mesaros "] build = false exclude = ["img/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A command line tool that uploads files to Amazon S3 buckets, and generates presigned URLs for easy sharing." homepage = "https://rup12.net" readme = "README.md" keywords = [ "aws", "s3", "filesharing", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/darko-mesaros/shuk" [lib] name = "shuk" path = "src/lib.rs" [[bin]] name = "shuk" path = "src/main.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.aws-config] version = "1.5.10" [dependencies.aws-sdk-s3] version = "1.61.0" features = ["rt-tokio"] [dependencies.aws-smithy-runtime-api] version = "1.7.3" features = ["client"] [dependencies.aws-smithy-types] version = "1.2.9" features = ["http-body-0-4-x"] [dependencies.aws-types] version = "1.3.3" [dependencies.bytes] version = "1.5.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11.5" [dependencies.http] version = "0.2.12" [dependencies.http-body] version = "0.4.6" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.22" [dependencies.md5] version = "0.7.0" [dependencies.pin-project] version = "1.1.5" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_derive] version = "1.0.197" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.toml] version = "0.8.11" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [build-dependencies.pkg-config] version = "0.3.31"