# 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 = "cargo-pwhide" version = "0.3.4" description = "pwhide encrypts passwords using the crate name as secret. This is marginal better then plain text. It is a tool for encryption and a lib to do runtime decryption-" homepage = "https://github.com/opensource-inemar-net/cargo-pwhide" readme = "README.md" keywords = [ "password", "encryption", "utility", ] categories = [ "command-line-utilities", "cryptography", ] license = "MIT" repository = "https://github.com/opensource-inemar-net/cargo-pwhide" [lib] name = "cargo_pwhide" path = "src/lib.rs" [[bin]] name = "cargo-pwhide" path = "src/main.rs" doc = false [dependencies.anyhow] version = "1.0.*" [dependencies.base-62] version = "0.1.*" [dependencies.chacha20poly1305] version = "0.10.*" [dependencies.clap] version = "4.4.*" features = ["default"] optional = true [dependencies.sha2] version = "0.10.*" [dependencies.toml] version = "0.7.*" features = ["parse"] optional = true [features] cargo = [ "dep:clap", "dep:toml", ] default = [ "cargo", "lib", ] lib = []