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