labelzoom 1.0.0

Official Rust client for the LabelZoom label conversion API.
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 = "2021"
rust-version = "1.85"
name = "labelzoom"
version = "1.0.0"
build = false
exclude = ["tests/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official Rust client for the LabelZoom label conversion API."
homepage = "https://www.labelzoom.com"
documentation = "https://docs.rs/labelzoom"
readme = "README.md"
keywords = [
    "labelzoom",
    "zpl",
    "barcode",
    "label",
    "printing",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/labelzoom/labelzoom-sdk"

[features]
default = ["ureq-transport"]
ureq-transport = ["dep:ureq"]

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

[[example]]
name = "smoke"
path = "examples/smoke.rs"

[dependencies.encoding_rs]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.ureq]
version = "3"
features = ["rustls"]
optional = true
default-features = false

[dev-dependencies.libtest-mimic]
version = "0.8"

[lints.rust]
missing_docs = "warn"