zpl_toolchain_cli 0.1.5

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

[features]
default = ["tcp"]
serial = ["zpl_toolchain_print_client/serial"]
tcp = ["zpl_toolchain_print_client/tcp"]
usb = ["zpl_toolchain_print_client/usb"]

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

[[test]]
name = "print_cmd"
path = "tests/print_cmd.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.5"

[dependencies.zpl_toolchain_diagnostics]
version = "0.1.5"

[dependencies.zpl_toolchain_print_client]
version = "0.1.1"
default-features = false

[dependencies.zpl_toolchain_profile]
version = "0.1.4"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tempfile]
version = "3"

[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"