# 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 = "2021" name = "soapysdr" version = "0.4.1" authors = ["Kevin Mehall "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Library wrapping SoapySDR, a hardware abstraction layer for many software defined radio devices, including rtl-sdr, HackRF, USRP, LimeSDR, BladeRF, and Airspy. """ documentation = "https://kevinmehall.net/rustdoc/soapysdr/soapysdr/" readme = "README.md" keywords = [ "sdr", "radio", ] categories = [ "api-bindings", "hardware-support", ] license = "BSL-1.0 OR Apache-2.0" repository = "https://github.com/kevinmehall/rust-soapysdr" [lib] name = "soapysdr" path = "src/lib.rs" [[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] version = "1.1" optional = true [dependencies.getopts] version = "0.2.4" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.num-complex] version = "0.4" [dependencies.signalbool] version = "0.2.0" optional = true [dependencies.soapysdr-sys] version = "0.7.5" [features] binaries = [ "byteorder", "getopts", "signalbool", ] default = ["log"]