# 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" rust-version = "1.60" name = "pinentry" version = "0.6.0" authors = ["Jack Grigg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "API for interacting with pinentry binaries" readme = "README.md" keywords = [ "passphrase", "password", ] categories = [ "api-bindings", "command-line-interface", ] license = "MIT OR Apache-2.0" repository = "https://github.com/str4d/pinentry-rs" [lib] name = "pinentry" path = "src/lib.rs" [dependencies.log] version = "0.4" [dependencies.nom] version = "7" default-features = false [dependencies.percent-encoding] version = "2.1" [dependencies.secrecy] version = "0.10" [dependencies.which] version = "4" default-features = false [dependencies.zeroize] version = "1"