zpl_toolchain_cli 0.1.0

Command-line interface for parsing, validating, and formatting ZPL II label code
# 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_cli"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for parsing, validating, and formatting ZPL II label code"
readme = "README.md"
keywords = [
    "zpl",
    "zebra",
    "label",
    "cli",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/trevordcampbell/zpl-toolchain"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.ariadne]
version = "0.6"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.zpl_toolchain_core]
version = "0.1.0"

[dependencies.zpl_toolchain_diagnostics]
version = "0.1.0"

[dependencies.zpl_toolchain_profile]
version = "0.1.0"