bnr 0.1.2

Pure Rust implementation of the BNR XFS USB communication protocol
Documentation
[dependencies.bnr-xfs]
version = "0.1"

[dependencies.env_logger]
version = "0.10"

[dependencies.log]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.signal-hook]
version = "0.3"

[dependencies.time]
features = ["formatting", "macros", "parsing"]
package = "time"
version = "0.3"

[features]
e2e-tests = []
test-reboot = []

[package]
authors = ["BNR Rust Developers"]
categories = ["finance", "data-structures"]
description = "Pure Rust implementation of the BNR XFS USB communication protocol"
edition = "2021"
keywords = ["usb", "bnr", "bill-acceptor", "bill-validator"]
license = "MIT"
name = "bnr"
readme = "README.md"
repository = "https://github.com/bnr-rs/bnr"
version = "0.1.2"