webrtc-audio-processing-config 2.0.0

WebRTC's AudioProcessing config wrapper structs for webrtc-audio-processing.
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 = "2018"
name = "webrtc-audio-processing-config"
version = "2.0.0"
authors = ["Ryo Kawaguchi <ryo@kawagu.ch>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebRTC's AudioProcessing config wrapper structs for webrtc-audio-processing."
documentation = "https://docs.rs/webrtc-audio-processing-config"
readme = false
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]
schemars = ["dep:schemars"]
serde = ["dep:serde"]
strum = ["dep:strum"]

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

[dependencies.schemars]
version = "1"
optional = true

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

[dependencies.strum]
version = "0.27"
features = ["derive"]
optional = true