# 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 = "ndkm" version = "0.1.1" description = "a mini binding for android ndk." license = "MIT" repository = "https://gitee.com/mindbox/jnim" [dependencies.jnim_sys] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.ndkm_sys] version = "0.1" [features] android = ["ndkm_sys/android"] api24 = [] api29 = ["api24"] api30 = ["api29"] api33 = ["api30"] audio = ["ndkm_sys/audio"] bitmap = [ "android", "ndkm_sys/bitmap", ] camera = [ "window", "ndkm_sys/camera", ] default = [ "android", "window", "api33", ] legacy = [ "android", "ndkm_sys/legacy", ] log = [ "android", "ndkm_sys/log", ] media = [ "android", "ndkm_sys/media", ] midi = ["ndkm_sys/midi"] neural = [ "android", "ndkm_sys/neural", ] sync = [ "android", "ndkm_sys/sync", ] window = [ "android", "ndkm_sys/window", ]