twinleaf-tools 1.4.2

Tools for the Twinleaf I/O protocol for reading data from Twinleaf quantum sensors.
[[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.async-std]
version = "1.13.0"

[dependencies.chrono]
version = "0.4.38"

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.crossterm]
features = ["event-stream"]
version = "0.28.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.futures-timer]
version = "3.0.3"

[dependencies.getopts]
version = "0.2.21"

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

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.serialport]
version = "4.5.1"

[dependencies.twinleaf]
version = "1.3.1"

[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.4.2"