bcder 0.7.7

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 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 = "2018"
name = "bcder"
version = "0.7.7"
authors = ["NLnet Labs <rust-team@nlnetlabs.nl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Handling of data encoded in BER, CER, and DER."
documentation = "https://docs.rs/bcder/"
readme = "README.md"
keywords = [
    "ber",
    "cer",
    "der",
    "asn1",
    "decoding",
]
categories = [
    "encoding",
    "network-programming",
    "parsing",
]
license = "BSD-3-Clause"
repository = "https://github.com/nlnetlabs/bcder"

[lib]
name = "bcder"
path = "src/lib.rs"

[[bin]]
name = "mkoid"
path = "src/bin/mkoid.rs"

[dependencies.bytes]
version = "^1.0"

[dependencies.smallvec]
version = "^1.6.1"