# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "asn1-codecs" version = "0.7.0" authors = ["Ystero Project Developers "] build = false include = [ "src/**/*.rs", "Cargo.toml", "LICENSE", "LICENSE-MIT", "LICENSE-Apache2", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "ASN.1 Codecs for Rust Types representing ASN.1 Types." homepage = "https://ystero.dev" readme = "README.md" keywords = [ "asn1", "per", "decoder", "encoder", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/gabhijit/hampi.git" [lib] name = "asn1_codecs" path = "src/lib.rs" [dependencies.bitvec] version = "1.0" [dependencies.log] version = "0.4" features = ["release_max_level_info"] [dependencies.proc-macro2] version = "1.0" [dependencies.syn] version = "1.0" [badges.maintenance] status = "actively-developed"