# 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-sys" version = "0.7.5" authors = ["Kevin Mehall "] build = "build.rs" description = """ Bindings for the C API of SoapySDR, the vendor-neutral software defined radio hardware abstraction layer. """ documentation = "https://kevinmehall.net/rustdoc/soapysdr/soapysdr_sys/" keywords = [ "ffi", "sdr", ] categories = ["external-ffi-bindings"] license = "BSL-1.0/Apache-2.0" repository = "https://github.com/kevinmehall/rust-soapysdr" [dependencies] [build-dependencies.bindgen] version = "0.66.1" features = ["runtime"] default-features = false [build-dependencies.cc] version = "1.0" [build-dependencies.pkg-config] version = "0.3.9"