# 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 = "openpgp-pkcs11-tools" version = "0.0.2" authors = ["Heiko Schaefer "] description = "A CLI tool for using PKCS #11 devices in an OpenPGP context." readme = "README.md" license = "LGPL-2.0-or-later" repository = "https://codeberg.org/heiko/openpgp-pkcs11" resolver = "1" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = [ "derive", "cargo", "help", ] [dependencies.cryptoki] version = "0.4" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.openpgp-pkcs11-sequoia] version = "0.2" [dependencies.openpgp-x509-sequoia] version = "0.2" [dependencies.sequoia-openpgp] version = "1"