rasn-compiler 0.6.1

An ASN.1 compiler producing bindings for the rasn framework
Documentation
[badges.maintenance]
status = "actively-developed"

[[bin]]
name = "rasn_compiler_cli"
path = "src/bin.rs"
required-features = ["cli"]

[dependencies.chrono]
version = "0.4.31"

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.4.4"

[dependencies.colored]
optional = true
version = "2"

[dependencies.nom]
default-features = false
features = ["alloc"]
version = "7.1.3"

[dependencies.num]
default-features = false
version = "0.4"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.regex]
default-features = false
version = "1.11.0"

[dependencies.walkdir]
optional = true
version = "2.4"

[dev-dependencies]

[features]
cli = ["clap", "colored", "walkdir"]

[lib]
crate-type = ["cdylib", "lib"]
name = "rasn_compiler"
path = "src/lib.rs"

[package]
authors = ["Kevin Westphal"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "compilers", "parser-implementations", "wasm", "encoding"]
description = "An ASN.1 compiler producing bindings for the rasn framework"
edition = "2021"
homepage = "https://librasn.github.io/"
keywords = ["compiler", "asn1", "ber", "der", "uper"]
license = "MIT/Apache-2.0"
name = "rasn-compiler"
readme = "README.md"
repository = "https://github.com/librasn/compiler.git"
version = "0.6.1"

[target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen]
version = "0.2.90"