bcder 0.2.2

Handling of data encoded in BER, CER, and DER.
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)

[package]
name = "bcder"
version = "0.2.2"
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
description = "Handling of data encoded in BER, CER, and DER."
keywords = ["ber", "cer", "der", "asn1", "decoding"]
categories = ["encoding", "network-programming", "parsing"]
license = "BSD-3-Clause"
repository = "https://github.com/nlnetlabs/bcder"
[dependencies.bytes]
version = "^0.4"

[dependencies.derive_more]
version = "^0.14"

[features]
extra-debug = []