etp 0.0.1-alpha

Embedded Tester Library (ETP). Control embedded devices from host!
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 = "etp"
version = "0.0.1-alpha"
authors = [
    "Jabez Winston <jabezwinston@gmail.com>",
    "Stephen Kingston <stephenkingston@outlook.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded Tester Library (ETP). Control embedded devices from host!"
documentation = "https://docs.rs/etp"
readme = "README.md"
license-file = "LICENSE.txt"

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

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

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

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

[dependencies.eyre]
version = "0.6.12"

[dependencies.serialport]
version = "4.7.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"