# 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-compiler" version = "0.7.0" authors = ["Ystero Project Developers "] build = false include = [ "tests/**/*.rs", "src/**/*.rs", "README.md", "ARCHITECTURE.md", "Cargo.toml", "LICENSE", "LICENSE-MIT", "LICENSE-Apache2", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Compiler for compiling ASN.1 specs to Rust, with PER Codec support and derive macros for PER Codecs." homepage = "https://ystero.dev" readme = "README.md" keywords = [ "asn1", "per", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/gabhijit/hampi.git" [lib] name = "asn1_compiler" path = "src/lib.rs" [[bin]] name = "rs-asn1c" path = "src/bin/hampi-rs-asn1c.rs" [[bin]] name = "extract-asn-spec" path = "src/bin/extract-asn-spec.rs" required-features = ["rs-specs-gen"] [[test]] name = "mod" path = "tests/mod.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.bitvec] version = "1.0" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.docx-rs] version = "0.4.5" optional = true [dependencies.env_logger] version = "0.10" [dependencies.heck] version = "0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.6.0" [dependencies.topological-sort] version = "0.2" [features] rs-specs-gen = ["docx-rs"] [badges.maintenance] status = "actively-developed"