[package] authors = ["Alexey Arbuzov "] categories = ["parser-implementations", "no-std"] description = "BER-TLV parsing & emitting library" documentation = "https://lexxvir.github.io/tlv-parser" keywords = ["tlv"] license = "MIT/Apache-2.0" name = "tlv_parser" readme = "README.md" repository = "https://github.com/lexxvir/tlv-parser" version = "0.10.0" exclude = ["benches/*", "tests/*", "fuzz/*", "decode-tlv/*", "amex-cda-in.txt", ".*"] rust-version = "1.81" edition = "2021" [dev-dependencies] quickcheck = "^0"