[[bin]]
name = "tio-monitor"
path = "src/bin/tio-monitor.rs"
[[bin]]
name = "tio-proxy"
path = "src/bin/tio-proxy.rs"
[[bin]]
name = "tio-tool"
path = "src/bin/tio-tool.rs"
[dependencies.chrono]
version = "0.4.38"
[dependencies.crossbeam]
version = "0.8.4"
[dependencies.getopts]
version = "0.2.21"
[dependencies.pancurses]
version = "0.17.0"
[dependencies.serialport]
version = "4.5.1"
[dependencies.twinleaf]
version = "1.1.0"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Tools for the Twinleaf I/O protocol for reading data from Twinleaf quantum sensors."
edition = "2021"
homepage = "https://twinleaf.com"
license = "MIT"
name = "twinleaf-tools"
readme = "README.md"
repository = "https://github.com/twinleaf/twinleaf-rust"
version = "1.2.0"