spandsp-sys 0.1.2

Raw FFI bindings for the spandsp telephony DSP library
# 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"
name = "spandsp-sys"
version = "0.1.2"
build = "build.rs"
links = "spandsp"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings for the spandsp telephony DSP library"
readme = "README.md"
keywords = [
    "telephony",
    "dsp",
    "fax",
    "ffi",
    "spandsp",
]
categories = [
    "external-ffi-bindings",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/coral/spandsp-rs"
resolver = "2"

[features]
default = ["fax"]
fax = []
ssl-fax = ["fax"]
v32bis = []
v34 = []

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

[build-dependencies.bindgen]
version = "0.72"

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

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