# 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 = "droid-wrap-utils" version = "0.3.4" authors = ["mzdk100 "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "用于Rust的Android API的高级封装" readme = "README.md" keywords = [ "android", "api", "sdk", "jni", "java", ] license = "Apache-2.0" repository = "https://gitcode.net/mzdk100/droid-wrap.git" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [lib] name = "droid_wrap_utils" path = "src/lib.rs" [dependencies.jni] version = "0.21.1" [dependencies.log] version = "0.4.22" [dependencies.ndk-context] version = "0.1.1" [dependencies.parking_lot] version = "0.12.3" [build-dependencies.android-build] version = "0.1.0" [build-dependencies.cargo-emit] version = "0.2.1" [build-dependencies.noak] version = "0.6.1"