sequoia-openpgp 0.5.0

OpenPGP data types and associated machinery
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "sequoia-openpgp"
version = "0.5.0"
authors = ["Justus Winter <justus@sequoia-pgp.org>", "Kai Michaelis <kai@sequoia-pgp.org>", "Neal H. Walfield <neal@sequoia-pgp.org>"]
build = "build.rs"
description = "OpenPGP data types and associated machinery"
homepage = "https://sequoia-pgp.org/"
documentation = "https://docs.sequoia-pgp.org/sequoia_openpgp"
readme = "../README.md"
keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"]
categories = ["cryptography", "authentication", "email"]
license = "GPL-3.0"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
[dependencies.base64]
version = "0.9.0"

[dependencies.buffered-reader]
version = "0.5"
default-features = false

[dependencies.bzip2]
version = "0.3.2"
optional = true

[dependencies.failure]
version = "0.1.2"

[dependencies.flate2]
version = "1.0.1"
optional = true

[dependencies.lalrpop-util]
version = "0.16"

[dependencies.memsec]
version = "0.5.4"

[dependencies.nettle]
version = "5.0"

[dependencies.quickcheck]
version = "0.8"

[dependencies.rand]
version = "0.6"

[dependencies.time]
version = "0.1.40"
[dev-dependencies.rpassword]
version = "2.0.0"
[build-dependencies.lalrpop]
version = "0.16"

[features]
compression = ["compression-deflate", "compression-bzip2"]
compression-bzip2 = ["bzip2", "buffered-reader/compression-bzip2"]
compression-deflate = ["flate2", "buffered-reader/compression-deflate"]
default = ["compression"]
[badges.gitlab]
repository = "sequoia-pgp/sequoia"

[badges.maintenance]
status = "actively-developed"