[[bin]]
name = "thermalnote"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.97"
[dependencies.escpos]
features = ["usb"]
version = "0.15.1"
[dependencies.rusb]
version = "0.9.4"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A simple utility to print notes using thermal printers"
edition = "2024"
keywords = ["thermal", "printer", "notes", "cli", "utility"]
license = "MIT"
name = "thermalnote"
readme = "README.md"
repository = "https://github.com/sysrqmagician/thermalnote"
version = "1.1.1"