soapysdr 0.3.3

Library wrapping SoapySDR, a hardware abstraction layer for many software defined radio devices, including rtl-sdr, HackRF, USRP, LimeSDR, BladeRF, and Airspy.
[[bin]]
name = "soapy-sdr-info"
path = "src/bin/soapy-sdr-info.rs"
required-features = ["binaries"]

[[bin]]
name = "soapy-sdr-stream"
path = "src/bin/soapy-sdr-stream.rs"
required-features = ["binaries"]
[dependencies.byteorder]
optional = true
version = "1.1"

[dependencies.getopts]
optional = true
version = "0.2.4"

[dependencies.log]
optional = true
version = "0.4"

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

[dependencies.signalbool]
optional = true
version = "0.2.0"

[dependencies.soapysdr-sys]
version = "0.7.5"

[features]
binaries = ["byteorder", "getopts", "signalbool"]
default = ["log"]

[package]
authors = ["Kevin Mehall <km@kevinmehall.net>"]
categories = ["api-bindings", "hardware-support"]
description = "Library wrapping SoapySDR, a hardware abstraction layer for many software defined radio devices,\nincluding rtl-sdr, HackRF, USRP, LimeSDR, BladeRF, and Airspy.\n"
documentation = "https://kevinmehall.net/rustdoc/soapysdr/soapysdr/"
edition = "2021"
keywords = ["sdr", "radio"]
license = "BSL-1.0/Apache-2.0"
name = "soapysdr"
readme = "README.md"
repository = "https://github.com/kevinmehall/rust-soapysdr"
version = "0.3.3"