tlv_parser 0.5.1

BER-TLV parsing & emitting library
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 = "tlv_parser"
version = "0.5.1"
authors = ["Alexey Arbuzov <lexx.vir@gmail.com>"]
exclude = ["benches/*", "tests/*", "fuzz/*", "decode-tlv/*", "amex-cda-in.txt", ".*"]
description = "BER-TLV parsing & emitting library"
documentation = "https://lexxvir.github.io/tlv-parser"
readme = "README.md"
keywords = ["tlv"]
categories = ["parser-implementations", "no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/lexxvir/tlv-parser"
[dependencies.byteorder]
version = "^1"
default-features = false

[dependencies.failure]
version = "0.1.1"
features = ["derive"]
default-features = false
[dev-dependencies.quickcheck]
version = "^0"

[features]
default = ["std"]
std = []