# 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 = "0.4.0" authors = ["Ryo Kawaguchi "] build = "build.rs" links = "webrtc-audio-processing" description = "A wrapper for WebRTC's AudioProcessing module." documentation = "https://docs.rs/webrtc-audio-processing-sys" keywords = ["ffi"] categories = ["multimedia::audio"] license-file = "COPYING" repository = "https://github.com/tonarino/webrtc-audio-processing" [package.metadata.docs.rs] features = ["bundled"] [dependencies.serde] version = "1" features = ["derive"] optional = true [build-dependencies.autotools] version = "0.2" [build-dependencies.bindgen] version = "0" [build-dependencies.cc] version = "1" [build-dependencies.failure] version = "0.1" [build-dependencies.fs_extra] version = "1" [build-dependencies.pkg-config] version = "0.3" [build-dependencies.regex] version = "1" [features] bundled = [] derive_serde = ["serde"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "tonarino/webrtc-audio-processing"