51 lines
1.2 KiB
TOML
51 lines
1.2 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"
|
|
rust-version = "1.60"
|
|
name = "ndk-sys"
|
|
version = "0.5.0+25.2.9519653"
|
|
authors = ["The Rust Windowing contributors"]
|
|
description = "FFI bindings for the Android NDK"
|
|
homepage = "https://github.com/rust-mobile/ndk"
|
|
documentation = "https://docs.rs/ndk-sys"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"android",
|
|
"ndk",
|
|
]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/rust-mobile/ndk"
|
|
resolver = "1"
|
|
|
|
[package.metadata.docs.rs]
|
|
rustdoc-args = [
|
|
"--cfg",
|
|
"docsrs",
|
|
]
|
|
targets = [
|
|
"aarch64-linux-android",
|
|
"armv7-linux-androideabi",
|
|
"i686-linux-android",
|
|
"x86_64-linux-android",
|
|
]
|
|
|
|
[dependencies.jni-sys]
|
|
version = "0.3.0"
|
|
|
|
[features]
|
|
audio = []
|
|
bitmap = []
|
|
media = []
|
|
sync = []
|
|
test = []
|