# 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.70" name = "sequoia-policy-config" version = "0.7.0" authors = ["Neal H. Walfield "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Configure Sequoia using a configuration file." homepage = "https://sequoia-pgp.org/" readme = "README.md" keywords = [ "cryptography", "openpgp", ] license = "LGPL-2.0-or-later" repository = "https://gitlab.com/sequoia-pgp/sequoia-policy-config" [package.metadata.docs.rs] features = ["sequoia-openpgp/default"] [lib] name = "sequoia_policy_config" path = "src/lib.rs" [[bin]] name = "sequoia-policy-config-check" path = "src/check.rs" [[test]] name = "check" path = "tests/check.rs" [dependencies.anyhow] version = "1.0.18" [dependencies.chrono] version = "0.4" [dependencies.sequoia-openpgp] version = "1.17" default-features = false [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0.2" [dependencies.toml] version = "0.5" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.quickcheck] version = "1" default-features = false [target."cfg(not(windows))".dev-dependencies.sequoia-openpgp] version = "1.17" features = [ "crypto-nettle", "__implicit-crypto-backend-for-tests", ] default-features = false [target."cfg(windows)".dev-dependencies.sequoia-openpgp] version = "1.17" features = [ "crypto-cng", "__implicit-crypto-backend-for-tests", ] default-features = false [badges.maintenance] status = "actively-developed"