libgtr 0.2.0

Crate for receiving data from the PhotonFirst GTR-1001 fiber interrogator.
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 = "libgtr"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate for receiving data from the PhotonFirst GTR-1001 fiber interrogator."
readme = "README.md"
keywords = [
    "fiber",
    "PhotonFirst",
    "hardware",
    "serial",
    "interrogator",
]
categories = ["embedded"]
license = "MIT"
repository = "https://github.com/HENRYMARTIN5/libgtr"

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

[[example]]
name = "log_data"
path = "examples/log_data.rs"

[dependencies.byteorder]
version = "1.4"

[dependencies.chrono]
version = "0.4.41"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.csv]
version = "1.3.1"

[dependencies.ctrlc]
version = "3.4.7"

[dependencies.libftd2xx]
version = "0.33.1"
features = ["static"]

[dependencies.log]
version = "0.4"

[dependencies.simple_logger]
version = "5.0.0"

[dependencies.thiserror]
version = "2.0.12"