abol-codegen 0.1.0

Code generation tools and RADIUS dictionary definitions for Abol.
Documentation
[[bin]]
name = "abol-codegen"
path = "src/main.rs"

[dependencies.abol-core]
version = "0.1.0"

[dependencies.abol-parser]
version = "0.1.0"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.heck]
version = "0.5"

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

[dependencies.quote]
version = "1.0"

[lib]
name = "abol_codegen"
path = "src/lib.rs"

[package]
authors = ["Abel W. Shimeles <abel.wen0@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Code generation tools and RADIUS dictionary definitions for Abol."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "abol-codegen"
publish = true
readme = false
repository = "https://github.com/Abel981/abol"
rust-version = "1.87"
version = "0.1.0"