twinleaf 1.2.0

Library for working with the Twinleaf I/O protocol and Twinleaf quantum sensors.
Documentation
[dependencies.crc]
version = "3.2.1"

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.mio]
features = ["os-poll", "net"]
version = "0.8"

[dependencies.mio-serial]
version = "5.0.5"

[dependencies.num_enum]
version = "0.7.3"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library for working with the Twinleaf I/O protocol and Twinleaf quantum sensors."
edition = "2021"
homepage = "https://twinleaf.com"
license = "MIT"
name = "twinleaf"
readme = "README.md"
repository = "https://github.com/twinleaf/twinleaf-rust"
version = "1.2.0"

[target."cfg(windows)".dependencies.winapi]
features = ["commapi", "handleapi", "winbase"]
version = "0.3.9"