twinleaf-tools 2.0.0

Tools for the Twinleaf I/O protocol for reading data from Twinleaf quantum sensors.
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 = "2021"
name = "twinleaf-tools"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tools for the Twinleaf I/O protocol for reading data from Twinleaf quantum sensors."
homepage = "https://twinleaf.com"
readme = "README.md"
license = "MIT"
repository = "https://github.com/twinleaf/twinleaf-rust"

[features]
default = []
hdf5 = ["twinleaf/hdf5"]

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

[[bin]]
name = "tio"
path = "src/bin/tio.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.crossbeam]
version = "0.8"

[dependencies.indicatif]
version = "0.18"

[dependencies.memmap2]
version = "0.9"

[dependencies.ratatui]
version = "0.30"

[dependencies.serialport]
version = "4.5"

[dependencies.time]
version = "0.3"
features = [
    "local-offset",
    "macros",
    "formatting",
]

[dependencies.toml_edit]
version = "0.25"
features = ["parse"]

[dependencies.tui-prompts]
version = "0.6"

[dependencies.twinleaf]
version = "1.7"

[dependencies.welch-sde]
version = "0.1"