# 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.56" name = "recibo" version = "0.3.0" authors = ["Jamie Hall "] description = "ESC/POS printer driver for Rust" homepage = "https://github.com/jamhall/recibo" readme = "README.md" keywords = [ "escpos", "printer", "driver", "thermal", "receipt", ] license = "MIT" repository = "https://github.com/jamhall/recibo" [dependencies.barcoders] version = "1.0.2" [dependencies.byteorder] version = "1.4.3" [dependencies.encoding] version = "0.2.33" [dependencies.image] version = "0.24.6" optional = true [dependencies.log] version = "0.4.18" [dependencies.serde] version = "1.0.163" features = ["derive"] optional = true [dev-dependencies.image] version = "0.24.6" optional = false [dev-dependencies.serde] version = "1.0.163" features = ["derive"] optional = false [dev-dependencies.serde_json] version = "1.0.96" [features] graphics = ["dep:image"] serde = ["dep:serde"]