[package]
edition = "2024"
rust-version = "1.85"
name = "soapysdr-sys"
version = "0.8.1"
authors = ["Kevin Mehall <km@kevinmehall.net>"]
build = "build.rs"
links = "soapysdr"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Bindings for the C API of SoapySDR, the vendor-neutral
software defined radio hardware abstraction layer.
"""
readme = "README.md"
keywords = [
"ffi",
"sdr",
]
categories = ["external-ffi-bindings"]
license = "BSL-1.0"
repository = "https://github.com/kevinmehall/rust-soapysdr"
[lib]
name = "soapysdr_sys"
path = "src/lib.rs"
[build-dependencies.pkg-config]
version = "0.3.9"