webrtc-audio-processing-sys 2.0.0

A wrapper for WebRTC's AudioProcessing module.
# 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 = "2018"
name = "webrtc-audio-processing-sys"
version = "2.0.0"
authors = ["Ryo Kawaguchi <ryo@kawagu.ch>"]
build = "build.rs"
links = "webrtc-audio-processing-2"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A wrapper for WebRTC's AudioProcessing module."
documentation = "https://docs.rs/webrtc-audio-processing-sys"
readme = "README.md"
keywords = ["ffi"]
categories = ["multimedia::audio"]
license-file = "COPYING"
repository = "https://github.com/tonarino/webrtc-audio-processing"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[badges.maintenance]
status = "actively-developed"

[features]
bundled = []
experimental-aec3-config = ["bundled"]
serde = ["dep:serde"]

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

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

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

[build-dependencies.autotools]
version = "0.2"

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

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

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

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

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