# 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 = "opusic-sys" version = "0.5.1" authors = ["Douman "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings to libopus" readme = "README.md" keywords = ["opus"] license = "BSL-1.0" repository = "https://github.com/DoumanAsh/opusic-sys" [lib] name = "opusic_sys" path = "src/lib.rs" [[test]] name = "version" path = "tests/version.rs" [dependencies.libc] version = "0.2" default-features = false [build-dependencies.bindgen] version = "0.69" optional = true [build-dependencies.cmake] version = "0.1" [features] build-bindgen = ["bindgen"]