ppa6 0.1.0

Library for interfacing with PeriPage A6 printers
Documentation
[package]
name = "ppa6"
version = "0.1.0"
edition = "2021"
license = "ISC"
authors = ["Benjamin Stürz <benni@stuerz.xyz>"]
description = "Library for interfacing with PeriPage A6 printers"
repository = "https://github.com/realchonk/ppa6"

[features]
default = ["usb", "file"]
usb = ["dep:rusb"]
file = []

[dependencies]
anyhow = "1.0.95"
log = "0.4.25"
rusb = { version = "0.9.4", optional = true }
thiserror = "2.0.11"