pbp 0.4.0

bridge non-PGP system to PGP data format
Documentation
# 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)

cargo-features = ["edition"]

[package]
name = "pbp"
version = "0.4.0"
authors = ["Without Boats <boats@mozilla.com>"]
description = "bridge non-PGP system to PGP data format"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/withoutboats/pbp"
edition = "2018"
[dependencies.base64]
version = "0.9.2"

[dependencies.bitflags]
version = "1.0.1"

[dependencies.byteorder]
version = "1.1.0"

[dependencies.digest]
version = "0.7.0"

[dependencies.ed25519-dalek]
version = "0.7.0"
optional = true

[dependencies.failure]
version = "0.1.1"

[dependencies.sha1]
version = "0.2.0"

[dependencies.typenum]
version = "1.9.0"
[dev-dependencies.rand]
version = "0.5.4"

[dev-dependencies.sha2]
version = "0.6.0"

[features]
dalek = ["ed25519-dalek"]