# 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" name = "labelo_p710bt" version = "0.1.0" description = "a print driver for the P-Touch P710BT Label Printer" documentation = "https://docs.rs/labelo_p710bt" license = "Apache-2.0 OR MIT" repository = "https://git.emunest.net/reivilibre/labelo" resolver = "1" [dependencies.bitflags] version = "2.3.3" [dependencies.eyre] version = "0.6.8" [dependencies.image] version = "0.24.6" features = ["png"] [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.15" [dependencies.rusb] version = "0.9.2" optional = true [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [features] default = ["usb"] usb = ["rusb"]