# 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" rust-version = "1.73" name = "rpm-sequoia" version = "1.7.0" authors = ["Neal H. Walfield "] build = "build.rs" description = "An implementation of the RPM PGP interface using Sequoia." homepage = "https://sequoia-pgp.org/" readme = "README.md" keywords = [ "cryptography", "openpgp", "pgp", "signing", ] categories = [ "cryptography", "authentication", ] license = "LGPL-2.0-or-later" repository = "https://github.com/rpm-software-management/rpm-sequoia" [lib] crate-type = ["cdylib"] [dependencies.anyhow] version = "1" [dependencies.buffered-reader] version = "1" default-features = false [dependencies.chrono] version = "0.4" features = ["std"] default-features = false [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2" [dependencies.sequoia-openpgp] version = "1.21.1" default-features = false [dependencies.sequoia-policy-config] version = "0.6" [dependencies.thiserror] version = "1" [dev-dependencies.assert_cmd] version = "2.0" [build-dependencies.anyhow] version = "1" [build-dependencies.cdylib-link-lines] version = "0.1.4" [features] crypto-botan = ["sequoia-openpgp/crypto-botan"] crypto-botan2 = ["sequoia-openpgp/crypto-botan2"] crypto-cng = ["sequoia-openpgp/crypto-cng"] crypto-nettle = ["sequoia-openpgp/crypto-nettle"] crypto-openssl = ["sequoia-openpgp/crypto-openssl"] crypto-rust = ["sequoia-openpgp/crypto-rust"] default = ["crypto-nettle"] [badges.maintenance] status = "actively-developed"