# 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 = "openpgp-ca" version = "0.14.0" authors = ["Heiko Schaefer "] description = "OpenPGP CA is a tool for managing and certifying OpenPGP keys" homepage = "https://openpgp-ca.org" documentation = "https://openpgp-ca.org/doc/" readme = "README.md" keywords = [ "OpenPGP", "Sequoia", "PGP", ] categories = [ "cryptography", "email", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/openpgp-ca/openpgp-ca" [[bin]] name = "oca" path = "src/bin.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.lazy_static] version = "1" [dependencies.openpgp-ca-lib] version = "0.14" [dependencies.rpassword] version = "7"