rfe 0.1.0

Communicate with RF Explorer spectrum analyzers and signal generators over USB serial
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"
rust-version = "1.88"
name = "rfe"
version = "0.1.0"
authors = ["Zach Leytus <zach.leytus@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Communicate with RF Explorer spectrum analyzers and signal generators over USB serial"
documentation = "https://docs.rs/rfe"
readme = "README.md"
keywords = [
    "rf-explorer",
    "spectrum-analyzer",
    "signal-generator",
    "serial",
]
categories = ["hardware-support"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zleytus/rfe"

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

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

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

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

[dependencies.chrono]
version = "0.4"

[dependencies.nom]
version = "8"

[dependencies.num_enum]
version = "0.7"
features = ["complex-expressions"]

[dependencies.serialport]
version = "4.9.0"

[dependencies.thiserror]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.uom]
version = "0.38.0"
features = ["u64"]