# 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] edition = "2018" name = "dasn1-der" version = "0.1.1" authors = ["Erin Power "] description = "A serde implementation of ASN.1 DER encoding/decoding" license = "MIT/Apache-2.0" [dependencies.core] version = "0.1" package = "dasn1-core" [dependencies.failure] version = "0.1.5" [dependencies.hex] version = "0.3.2" [dependencies.log] version = "0.4.6" [dependencies.nom] version = "5" [dependencies.num-bigint] version = "0.2.2" [dependencies.num-traits] version = "0.2.8" [dependencies.serde] version = "1.0.92" [dev-dependencies.env_logger] version = "0.6.2" [dev-dependencies.hex] version = "0.3.2" [dev-dependencies.serde] version = "1.0.92" [dev-dependencies.serde_derive] version = "1.0.92" [dev-dependencies.typenum] version = "1.10.0"