# 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 = "2018" name = "credstash" version = "0.9.2" authors = ["Sibi Prabakaran "] description = "Credstash is a utility for managing credentials in the AWS cloud" readme = "README.md" keywords = [ "AWS", "Amazon", "Secret", "Encryption", "Security", ] license = "MIT" repository = "https://github.com/psibi/rucredstash" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [lib] name = "credstash" path = "src/lib.rs" [[bin]] name = "rucredstash" path = "src/main.rs" [dependencies.aes] version = "0.8.2" [dependencies.base64] version = "0.21.2" [dependencies.bytes] version = "1.4.0" [dependencies.cipher] version = "0.4.4" [dependencies.clap] version = "4.3.4" [dependencies.crypto-common] version = "0.1.6" [dependencies.ctr] version = "0.9.2" [dependencies.either] version = "1.8.1" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.28" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.19" [dependencies.ring] version = "0.16.20" [dependencies.rusoto_core] version = "0.48.0" features = ["rustls"] default-features = false [dependencies.rusoto_credential] version = "0.48.0" default-features = false [dependencies.rusoto_dynamodb] version = "0.48.0" features = ["rustls"] default-features = false [dependencies.rusoto_ec2] version = "0.48.0" features = ["rustls"] default-features = false [dependencies.rusoto_kms] version = "0.48.0" features = ["rustls"] default-features = false [dependencies.rusoto_sts] version = "0.48.0" features = ["rustls"] default-features = false [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.2"