# 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 = "cryptex" version = "1.8.1" authors = ["Michael Lodder "] description = """ Cryptex uses system keyrings to store and retrieve secrets or a local file """ homepage = "https://github.com/mikelodder7/cryptex" documentation = "https://docs.rs/cryptex/" readme = "README.md" keywords = [ "secrets", "vault", "keyring", ] categories = [] license = "MIT/Apache-2.0" repository = "https://github.com/mikelodder7/cryptex" [lib] crate-type = [ "staticlib", "rlib", "cdylib", ] [[bin]] name = "cryptex" [dependencies.argon2] version = "0.5" optional = true [dependencies.atty] version = "0.2" [dependencies.chacha20poly1305] version = "0.10" optional = true [dependencies.clap] version = "2.33" [dependencies.colored] version = "2.0" [dependencies.dirs] version = "5.0" optional = true [dependencies.hex] version = "0.4" [dependencies.merlin] version = "3" optional = true [dependencies.rand] version = "0.8" [dependencies.rpassword] version = "7" [dependencies.rusqlite] version = "0.30" features = ["bundled-sqlcipher-vendored-openssl"] optional = true [dependencies.serde] version = "1" optional = true [dependencies.subtle] version = "2" [dependencies.whoami] version = "1.1" [dependencies.zeroize] version = "1" features = ["zeroize_derive"] [dev-dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "macros", ] [features] default = [] file = [ "argon2", "chacha20poly1305", "dirs", "rusqlite", ] [target."cfg(any(target_os = \"macos\", target_os = \"linux\"))".dependencies.users] version = "0.11" [target."cfg(target_os = \"linux\")".dependencies.maplit] version = "1" [target."cfg(target_os = \"linux\")".dependencies.secret-service] version = "2" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9" [target."cfg(target_os = \"macos\")".dependencies.core-foundation-sys] version = "0.8" [target."cfg(target_os = \"macos\")".dependencies.security-framework] version = "2.9" [target."cfg(target_os = \"macos\")".dependencies.security-framework-sys] version = "2.9" [target."cfg(target_os = \"windows\")".dependencies.byteorder] version = "1.4" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = [ "dpapi", "errhandlingapi", "wincred", "winerror", ]