sdif-sys 0.5.2

Raw FFI bindings to the IRCAM SDIF (Sound Description Interchange Format) C library
Documentation
[build-dependencies.bindgen]
version = "0.70"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.pkg-config]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dev-dependencies]

[features]
bundled = []
default = []
static = ["bundled"]

[lib]
name = "sdif_sys"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "multimedia::audio"]
description = "Raw FFI bindings to the IRCAM SDIF (Sound Description Interchange Format) C library"
edition = "2021"
keywords = ["sdif", "audio", "ffi", "ircam", "sound"]
license = "MIT"
links = "sdif"
name = "sdif-sys"
readme = "README.md"
repository = "https://github.com/oxur/sdif"
rust-version = "1.70"
version = "0.5.2"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "integration"
path = "tests/integration.rs"