# 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" version = "0.1.1" authors = ["Erin Power "] description = "A general purpose ASN.1 library" license = "MIT/Apache-2.0" [package.metadata.docs.rs] all-features = true [[example]] name = "print" required-features = ["der"] [dependencies.core] version = "0.1.1" package = "dasn1-core" [dependencies.der] version = "0.1.1" optional = true package = "dasn1-der" [dependencies.notation] version = "0.1.1" optional = true package = "dasn1-notation" [dev-dependencies.hex] version = "0.3.2"