webrtc-audio-processing 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"
version = "2.0.0"
authors = ["Ryo Kawaguchi <ryo@kawagu.ch>"]
build = false
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"
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 = ["webrtc-audio-processing-sys/bundled"]
experimental-aec3-config = ["webrtc-audio-processing-sys/experimental-aec3-config"]
schemars = ["webrtc-audio-processing-config/schemars"]
serde = [
    "webrtc-audio-processing-config/serde",
    "webrtc-audio-processing-sys/serde",
    "dep:serde",
]
strum = ["webrtc-audio-processing-config/strum"]

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

[[example]]
name = "aec_config"
path = "examples/aec_config.rs"
required-features = ["serde"]

[[example]]
name = "karaoke"
path = "examples/karaoke.rs"
required-features = [
    "serde",
    "portaudio",
    "experimental-aec3-config",
]

[[example]]
name = "recording"
path = "examples/recording.rs"
required-features = [
    "serde",
    "portaudio",
]

[[example]]
name = "simple"
path = "examples/simple.rs"

[dependencies.portaudio]
version = "0.8"
optional = true

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

[dependencies.webrtc-audio-processing-config]
version = "2.0.0"

[dependencies.webrtc-audio-processing-sys]
version = "2.0.0"

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

[dev-dependencies.crossbeam-channel]
version = "0.5"

[dev-dependencies.ctrlc]
version = "3"
features = ["termination"]

[dev-dependencies.hound]
version = "3"

[dev-dependencies.json5]
version = "0.4"

[dev-dependencies.log]
version = "0.4"

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

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_ignored]
version = "0.1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.structopt]
version = "0.3"