95 lines
1.9 KiB
TOML
95 lines
1.9 KiB
TOML
# 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"
|
|
version = "0.6.1"
|
|
authors = ["K. <kayo@illumium.org>"]
|
|
include = [
|
|
"/src/**/*.rs",
|
|
"/README.md",
|
|
]
|
|
description = "Safe interface 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 = [
|
|
"api-bindings",
|
|
"multimedia::audio",
|
|
]
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/katyo/oboe-rs"
|
|
|
|
[package.metadata.docs.rs]
|
|
features = [
|
|
"java-interface",
|
|
"doc-cfg",
|
|
]
|
|
targets = [
|
|
"aarch64-linux-android",
|
|
"armv7-linux-androideabi",
|
|
"i686-linux-android",
|
|
"x86_64-linux-android",
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = "z"
|
|
lto = true
|
|
codegen-units = 1
|
|
debug = 0
|
|
debug-assertions = false
|
|
rpath = false
|
|
panic = "unwind"
|
|
overflow-checks = false
|
|
incremental = false
|
|
strip = true
|
|
|
|
[dependencies.jni]
|
|
version = "0.21"
|
|
optional = true
|
|
|
|
[dependencies.ndk]
|
|
version = "0.8"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.ndk-context]
|
|
version = "0.1"
|
|
optional = true
|
|
|
|
[dependencies.num-derive]
|
|
version = "0.4"
|
|
|
|
[dependencies.num-traits]
|
|
version = "0.2"
|
|
|
|
[dependencies.oboe-sys]
|
|
version = "0.6"
|
|
|
|
[features]
|
|
doc-cfg = []
|
|
fetch-prebuilt = ["oboe-sys/fetch-prebuilt"]
|
|
generate-bindings = ["oboe-sys/generate-bindings"]
|
|
java-interface = [
|
|
"ndk",
|
|
"ndk-context",
|
|
"jni",
|
|
]
|
|
shared-link = ["oboe-sys/shared-link"]
|
|
shared-stdcxx = ["oboe-sys/shared-stdcxx"]
|