# 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 = "thermal-print" version = "0.2.0" description = "An almost fully featured, no-std-compatible embedded-hal driver for the CSN-A2 thermal printer" documentation = "https://docs.rs/thermal-print" readme = "README.md" keywords = [ "thermal-printer", "embedded-hal-driver", "no-std", "serial", "adafruit", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "GPL-3.0+" repository = "https://git.sr.ht/~doesnotcompete/thermal-print" [dependencies.bitvec] version = "1.0.1" features = ["alloc"] default-features = false [dependencies.derive_builder] version = "0.20.0" features = ["alloc"] default-features = false [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-nb] version = "1.0.0" optional = true [dependencies.embedded-io] version = "0.6.1" features = ["alloc"] optional = true [dependencies.nb] version = "1.1.0" [dependencies.num_enum] version = "0.7.2" default-features = false [dependencies.tinybmp] version = "0.5.0" [features] default = ["embedded-hal-nb"] embedded-hal-nb = ["dep:embedded-hal-nb"] embedded-io = ["dep:embedded-io"] std = []