uhd 0.4.0

Bindings to the UHD (USRP Hardware Driver) library, which provides support for Ettus Research / National Instruments Universal Software Radio Peripheral devices
# 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 = "2018"
name = "uhd"
version = "0.4.0"
authors = ["Sam Crow <scrow@eng.ucsd.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings to the UHD (USRP Hardware Driver) library, which provides support for Ettus Research / National Instruments Universal Software Radio Peripheral devices"
readme = false
keywords = [
    "sdr",
    "usrp",
    "radio",
]
categories = ["hardware-support"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/samcrow/uhd-rust"

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

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

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

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

[dependencies.anyhow]
version = "1.0.39"

[dependencies.libc]
version = "0.2"

[dependencies.num-complex]
version = "0.4.0"

[dependencies.thiserror]
version = "1.0.24"

[dependencies.uhd-sys]
version = "0.1.3"

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

[dev-dependencies.log]
version = "0.4.13"

[dev-dependencies.tap]
version = "1.0.1"