# 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 = "red_asn1" version = "0.3.5" authors = ["Eloy PĂ©rez "] description = "A little library to encode/decode ASN1 DER" documentation = "https://docs.rs/red_asn1/" readme = "README.md" license = "AGPL-3.0" repository = "https://gitlab.com/Zer1t0/red_asn1" [dependencies.ascii] version = "1" [dependencies.chrono] version = "0.4" [dependencies.nom] version = "5" [dev-dependencies.red_asn1_derive] version = "0.2"