[package]
name = "rawprinter"
version = "0.1.3"
edition = "2021"
authors = ["Marco Di Pillo Tomic <marcodpt@protonmail.com>"]
license = "MIT"
description = "An IOT server written in rust for connecting via USB to raw printers."
readme = "README.md"
homepage = "https://github.com/marcodpt/rawprinter"
repository = "https://github.com/marcodpt/rawprinter"
keywords = [
"iot",
"printer",
"server",
"barcode",
"zebra"
]
categories = ["hardware-support"]
[dependencies]
tiny_http = "0"
escpos-rs = "0"
clap = {version = "4", features = ["derive"]}
clap-num = "1"
[profile.release]
opt-level = 3