# 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 = "2021" name = "aec-rs-sys" version = "1.0.0" authors = ["thewh1teagle"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Acoustic echo cancellation in Rust" homepage = "https://github.com/thewh1teagle/aec-rs" readme = false license = "MIT" repository = "https://github.com/thewh1teagle/aec-rs" [lib] name = "aec_rs_sys" path = "src/lib.rs" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cmake] version = "0.1"