1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "der-parser"
16version = "4.1.0"
17authors = ["Pierre Chifflier <chifflier@wzdftpd.net>"]
18include = ["LICENSE-*", "CHANGELOG.md", "README.md", "UPGRADING.md", ".gitignore", ".travis.yml", "Cargo.toml", "bench/*.rs", "src/*.rs", "src/ber/*.rs", "src/der/*.rs", "tests/*.rs", "der-oid-macro/Cargo.toml", "der-oid-macro/src/*.rs"]
19description = "Parser/encoder for ASN.1 BER/DER data"
20homepage = "https://github.com/rusticata/der-parser"
21readme = "README.md"
22keywords = ["BER", "DER", "ASN1", "parser", "nom"]
23categories = ["parser-implementations"]
24license = "MIT/Apache-2.0"
25repository = "https://github.com/rusticata/der-parser.git"
26[package.metadata.docs.rs]
27all-features = true
28rustdoc-args = ["--cfg", "docsrs"]
29[dependencies.cookie-factory]
30version = "0.3.0"
31optional = true
32
33[dependencies.der-oid-macro]
34version = "0.2"
35
36[dependencies.nom]
37version = "5.0"
38
39[dependencies.num-bigint]
40version = "0.3"
41optional = true
42
43[dependencies.num-traits]
44version = "0.2"
45
46[dependencies.proc-macro-hack]
47version = "0.5"
48
49[dependencies.rusticata-macros]
50version = "2.0.2"
51[dev-dependencies.hex-literal]
52version = "0.3"
53
54[dev-dependencies.pretty_assertions]
55version = "0.6"
56
57[features]
58bigint = ["num-bigint"]
59default = []
60serialize = ["cookie-factory"]
61unstable = []
62[badges.travis-ci]
63repository = "rusticata/der-parser"
64