der-parser 0.5.3

Parser for BER/DER encoding data
Documentation
[package]
description = "Parser for BER/DER encoding data"
license = "MIT/Apache-2.0"
keywords = ["BER","DER","ASN1","parser","nom"]
homepage = "https://github.com/rusticata/der-parser"
repository = "https://github.com/rusticata/der-parser.git"
name = "der-parser"
version = "0.5.3"
authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
categories = ["parsing"]

include = [
  "LICENSE-*",
  ".gitignore",
  ".travis.yml",
  "Cargo.toml",
  "src/*.rs",
  "tests/*.rs"
]

[dependencies]
nom = {version = "^3.1", features = ["verbose-errors"]}
rusticata-macros = "0.4.0"
num = { version = "0.1", optional = true }

[features]
default = []
bigint = ["num"]


[badges]
travis-ci = { repository = "rusticata/der-parser" }