usmu 0.1.1

Library for controlling the *μSMU* small source-measure unit.
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 = "usmu"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for controlling the *μSMU* small source-measure unit."
readme = "README.md"
keywords = [
    "usmu",
    "smu",
    "source-measure-unit",
]
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/MatzeS/usmu"

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

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

[dependencies.anyhow]
version = "1.0.99"

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

[dependencies.csv]
version = "1.3.1"

[dependencies.ndarray]
version = "0.16.1"

[dependencies.scpi-client]
version = "0.1.1"

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

[dependencies.serialport]
version = "4.7.2"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.uom]
version = "0.37.0"

[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]
default-features = false