cashcode 0.1.0

CashCode bill validator driver using the CCNET protocol
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "cashcode"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CashCode bill validator driver using the CCNET protocol"
documentation = "https://docs.rs/cashcode"
readme = "README.md"
keywords = [
    "cashcode",
    "ccnet",
    "bill-validator",
    "serial",
    "hardware",
]
categories = [
    "hardware-support",
    "embedded",
]
license = "MIT"
repository = "https://github.com/rado31/cashcode"

[lib]
name = "cashcode"
path = "src/lib.rs"

[[bin]]
name = "cashcode"
path = "src/main.rs"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.serialport]
version = "4"

[dependencies.thiserror]
version = "2"