zpl_toolchain_spec_compiler 0.4.0

Spec-file compiler that generates parser tables and documentation for ZPL commands
Documentation
# 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 = "2024"
name = "zpl_toolchain_spec_compiler"
version = "0.4.0"
authors = ["zpl-toolchain contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spec-file compiler that generates parser tables and documentation for ZPL commands"
homepage = "https://github.com/trevordcampbell/zpl-toolchain"
readme = "README.md"
keywords = [
    "zpl",
    "zebra",
    "compiler",
    "codegen",
]
categories = [
    "parsing",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/trevordcampbell/zpl-toolchain"
resolver = "2"

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

[[bin]]
name = "zpl-spec-compiler"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.walkdir]
version = "2"

[dependencies.zpl_toolchain_jsonc_strip]
version = "0.1.0"

[dependencies.zpl_toolchain_spec_tables]
version = "0.6.0"

[lints.clippy]
clone_on_ref_ptr = "warn"
manual_let_else = "warn"

[lints.clippy.pedantic]
level = "allow"
priority = -1

[lints.rust]
missing_docs = "warn"
unreachable_pub = "warn"