# 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 = "crabguard" version = "0.1.4" authors = ["Makis Christou "] description = "A cli tool for end-to-end encryption for s3 storage" readme = "README.md" keywords = [ "crypto", "s3", "crabguard", "backblaze-b2", "aes", ] license = "MIT" [dependencies.async-trait] version = "0.1.73" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.5.0" [dependencies.clap] version = "4.4.4" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.futures-util] version = "0.3.28" [dependencies.hex] version = "0.4.3" [dependencies.indicatif] version = "0.17.7" [dependencies.rand] version = "0.8.5" [dependencies.ring] version = "0.16.20" [dependencies.rusoto_core] version = "0.48.0" [dependencies.rusoto_s3] version = "0.48.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.sha2] version = "0.10.7" [dependencies.tokio] version = "1.32.0"