# 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-piv-sequoia" version = "0.1.0" authors = ["Heiko Schaefer "] description = "A library for using PIV devices in an OpenPGP context." readme = "README.md" license = "LGPL-2.0-or-later" repository = "https://codeberg.org/heiko/openpgp-piv" resolver = "1" [dependencies.anyhow] version = "1" [dependencies.asn1-rs] version = "0.5" [dependencies.log] version = "0.4" [dependencies.openpgp-x509-sequoia] version = "0.2" [dependencies.p256] version = "0.13" [dependencies.p384] version = "0.13" [dependencies.picky-asn1-der] version = "0.4" [dependencies.picky-asn1-x509] version = "0.9" [dependencies.rsa] version = "0.7" [dependencies.sequoia-openpgp] version = "1" [dependencies.x509] version = "0.2" [dependencies.x509-certificate] version = "0.20" [dependencies.yubikey] version = "0.7" features = ["untested"]