# 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-x509-sequoia" version = "0.2.0" authors = ["Heiko Schaefer "] description = "Helper crate for interacting with X.509 certificates in an OpenPGP context" readme = "README.md" license = "LGPL-2.0-or-later" repository = "https://codeberg.org/heiko/openpgp-x509-sequoia" [dependencies.anyhow] version = "1" [dependencies.asn1-rs] version = "0.5" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.cookie-factory] version = "0.3" [dependencies.elliptic-curve] version = "0.13" [dependencies.p256] version = "0.13" [dependencies.p384] version = "0.13" [dependencies.p521] version = "0.13" [dependencies.rsa] version = "0.7" [dependencies.sequoia-openpgp] version = "1" [dependencies.sha2] version = "0.10" [dependencies.x509] version = "0.2" [dependencies.x509-certificate] version = "0.20" [dependencies.zeroize] version = "1.6"