[package] # name = "pinentry" name = "keyfork-pinentry" description = "API for interacting with pinentry binaries" version = "0.5.0" # authors = ["Jack Grigg "] authors = ["Ryan Heywood "] # repository = "https://github.com/str4d/pinentry-rs" # readme = "README.md" # keywords = ["passphrase", "password"] # categories = ["api-bindings", "command-line-interface"] # license = "MIT OR Apache-2.0" license = "MIT" edition = "2018" [dependencies] nom = { version = "7", default-features = false } percent-encoding = "2.1" secrecy = "0.8" thiserror = "1.0.50" which = { version = "4", default-features = false } zeroize = "1"