# 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 = "secretgarden" version = "0.5.0" authors = ["Jesse Weaver "] description = "tool for generating and securely storing secrets" homepage = "https://github.com/pianohacker/secretgarden" documentation = "https://docs.rs/secretgarden" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/pianohacker/secretgarden" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.22.1" [dependencies.bincode] version = "1.3" [dependencies.byteorder] version = "1.5" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.dirs-next] version = "2.0" [dependencies.git-version] version = "0.3.9" [dependencies.openssl] version = "0.10.64" [dependencies.openssl-sys] version = "0.9.102" features = ["vendored"] [dependencies.osshkeys] version = "0.7.0" [dependencies.rand] version = "0.8.5" [dependencies.rust-argon2] version = "2.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.8" [dependencies.sodiumoxide] version = "0.2.7" [dependencies.ssh-agent] version = "0.2.4" [dependencies.tempfile] version = "3.10" [dependencies.toml] version = "0.8.14" [features] crypto-trace = []