soapysdr-sys 0.8.1

Bindings for the C API of SoapySDR, the vendor-neutral software defined radio hardware abstraction layer.
Documentation
# 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 = "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"