# 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 = "escposify" version = "0.6.0" authors = ["Qian Linfeng "] description = """ A ESC/POS driver for Rust ## Minimum Rust version policy (MSRV) This crate's minimum supported rustc version is 1.46.0. """ readme = "README.md" keywords = [ "ESC", "POS", "printer", "driver", ] license = "MIT" repository = "https://github.com/local-group/rust-escposify" resolver = "2" [dependencies.byteorder] version = "1.4" [dependencies.encoding] version = "0.2" [dependencies.image] version = "0.24" [dependencies.qrcode] version = "0.12" optional = true [dependencies.rusb] version = "0.9.3" [dev-dependencies.tempfile] version = "2.2" [features] qrcode_builder = ["qrcode"]