# 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-sys" version = "0.1.3" authors = ["Sam Crow "] build = "build.rs" links = "uhd" description = "Low-level bindings to the UHD (USRP Hardware Driver) library, which provides support for Ettus Research / National Instruments Universal Software Radio Peripheral devices" readme = "README.md" keywords = ["sdr"] categories = [ "external-ffi-bindings", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/samcrow/uhd-rust" [package.metadata.pkg-config] uhd = "*" [lib] doctest = false [dependencies] [build-dependencies.bindgen] version = "0.55.1" [build-dependencies.metadeps] version = "1.1.2"