# 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 = "oboe-sys" version = "0.6.1" authors = ["K. "] include = [ "/build.rs", "/src/*.rs", "/oboe/include", "/oboe/src", "/oboe-ext/include", "/oboe-ext/src", "/README.md", ] description = "Unsafe bindings for oboe an android library for low latency audio IO" homepage = "https://github.com/katyo/oboe-rs" readme = "README.md" keywords = [ "oboe", "android", "audio", "aaudio", "opensles", ] categories = [ "external-ffi-bindings", "multimedia::audio", ] license = "Apache-2.0" repository = "https://github.com/katyo/oboe-rs" [package.metadata.docs.rs] targets = [ "aarch64-linux-android", "armv7-linux-androideabi", "i686-linux-android", "x86_64-linux-android", ] [build-dependencies.bindgen] version = "0.69" optional = true [build-dependencies.cc] version = "1" features = ["parallel"] [build-dependencies.fetch_unroll] version = "0.3" optional = true [features] fetch-prebuilt = ["fetch_unroll"] generate-bindings = ["bindgen"] shared-link = [] shared-stdcxx = [] test = []