ql-label 0.2.1

Brother QL series label printer driver for Rust
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 = "2018"
name = "ql-label"
version = "0.2.1"
authors = ["Yasuyuki Komatsubara <kyasuyako@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Brother QL series label printer driver for Rust"
homepage = "https://github.com/kyasu1/ql-label"
readme = "README.md"
keywords = [
    "brother",
    "ql",
    "label",
    "printer",
    "usb",
]
license = "MIT"
repository = "https://github.com/kyasu1/ql-label.git"

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

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

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

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

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

[dependencies.log]
version = "0.4"

[dependencies.rusb]
version = "0.9.4"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.bitflags]
version = "1.2"

[dev-dependencies.dotenvy]
version = "0.15"

[dev-dependencies.env_logger]
version = "0.8"

[dev-dependencies.image]
version = "0.23"

[dev-dependencies.qrcode]
version = "0.12"