polyxml-cli 0.14.1

Command-line interface and polyglot schema compiler for PolyXML
Documentation
[package]
name = "polyxml-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
readme = "README.md"
description = "Command-line interface and polyglot schema compiler for PolyXML"
keywords = ["xml", "schema", "compiler", "codegen", "cli"]
categories = ["command-line-utilities", "development-tools::build-utils"]

[[bin]]
name = "polyxml"
path = "src/main.rs"

[dependencies]
polyxml = { path = "../polyxml-core", version = "0.14.1" }
clap = { version = "4.6", features = ["derive", "cargo"] }
toml = "0.8"
serde = { version = "1.0", features = ["derive"] }
glob = "0.3"
thiserror = "2.0"
heck = "0.5"

[dev-dependencies]
tempfile = "3"