zpl_toolchain_profile 0.1.4

Printer profile loading and validation for the ZPL toolchain
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_profile"
version = "0.1.4"
authors = ["zpl-toolchain contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Printer profile loading and validation for the ZPL toolchain"
homepage = "https://github.com/trevordcampbell/zpl-toolchain"
readme = "README.md"
keywords = [
    "zpl",
    "zebra",
    "printer",
    "profile",
]
categories = [
    "parsing",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/trevordcampbell/zpl-toolchain"
resolver = "2"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

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