spd3303x 0.2.1

Library for controlling the *Siglent SPD3303X* programmable power supply.
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 = "spd3303x"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for controlling the *Siglent SPD3303X* programmable power supply."
readme = "README.md"
keywords = [
    "spd3303x",
    "scpi",
]
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/MatzeS/spd3303x"

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

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

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.regex]
version = "1.11.1"

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

[dependencies.thiserror]
version = "^2.0.0"

[dev-dependencies.serial_test]
version = "3.2.0"