# 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 = "scoob" version = "0.6.5" authors = ["Jordan Gensler "] description = "A secrets management CLI" license = "MIT" repository = "https://github.com/hostyhosting/scoob/" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" incremental = true [dependencies.colored] version = "2" [dependencies.data-encoding] version = "2.3.2" [dependencies.dotenv] version = "0.15.0" [dependencies.edit] version = "0.1.3" [dependencies.futures] version = "0.3.15" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.rusoto_core] version = "0.46.0" [dependencies.rusoto_secretsmanager] version = "0.46.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.sodiumoxide] version = "0.2.7" [dependencies.structopt] version = "0.3.13" [dependencies.tokio] version = "1.6.1"