# 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.79"
name = "sequoia-openpgp-mt"
version = "0.2.0"
authors = ["Neal H. Walfield <neal@sequoia-pgp.org>"]
description = "Multi-threaded parsing of OpenPGP data"
documentation = "https://docs.rs/sequoia-openpgp-mt"
readme = "README.md"
keywords = [
    "cryptography",
    "openpgp",
    "pgp",
    "multi-threaded",
    "parallel",
]
categories = [
    "cryptography",
    "authentication",
    "email",
]
license = "LGPL-2.0-or-later"

[package.metadata.docs.rs]
features = ["sequoia-openpgp/default"]

[dependencies.anyhow]
version = "1"

[dependencies.buffered-reader]
version = "1"

[dependencies.num_cpus]
version = "1"

[dependencies.sequoia-openpgp]
version = "2"
default-features = false

[target."cfg(not(windows))".dev-dependencies.sequoia-openpgp]
version = "2"
features = [
    "crypto-nettle",
    "__implicit-crypto-backend-for-tests",
]
default-features = false

[target."cfg(windows)".dev-dependencies.sequoia-openpgp]
version = "2"
features = [
    "crypto-cng",
    "__implicit-crypto-backend-for-tests",
]
default-features = false

[badges.gitlab]
repository = "sequoia-pgp/sequoia-openpgp-mt"

[badges.maintenance]
status = "passively-maintained"