seify-hackrfone 0.2.2

Fully Rust native HackRF one driver, powered by nusb
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 = "seify-hackrfone"
version = "0.2.2"
authors = ["Troy Neubauer <troy@foxhunter.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fully Rust native HackRF one driver, powered by nusb"
documentation = "https://docs.rs/seify-hackrfone/"
readme = "README.md"
keywords = [
    "sdr",
    "rf",
    "hackrf",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/MerchGuardian/seify-hackrfone"

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

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

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

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

[dependencies.futures-lite]
version = "2.3.0"

[dependencies.log]
version = "0.4.22"

[dependencies.nusb]
version = "0.1.11"

[dependencies.thiserror]
version = "1.0.63"

[dev-dependencies.anyhow]
version = "1.0.86"

[dev-dependencies.env_logger]
version = "0.11.5"