# 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.3.0" authors = ["Sam Crow "] description = "Bindings to the UHD (USRP Hardware Driver) library, which provides support for Ettus Research / National Instruments Universal Software Radio Peripheral devices" keywords = [ "sdr", "usrp", "radio", ] categories = ["hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/samcrow/uhd-rust" [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.2" [dev-dependencies.env_logger] version = "0.11.0" [dev-dependencies.log] version = "0.4.13" [dev-dependencies.tap] version = "1.0.1"