# 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 = "robius-android-env" version = "0.2.0" authors = [ "Kevin Boos ", "Project Robius Maintainers", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust access to Android state (native Java objects) managed by UI toolkits" homepage = "https://robius.rs/" documentation = "https://docs.rs/robius-android-env" readme = "README.md" keywords = [ "robius", "android", "environment", "java", "jni", ] categories = [ "gui", "os", "os::android-apis", ] license = "MIT" repository = "https://github.com/project-robius/robius-android-env" [lib] name = "robius_android_env" path = "src/lib.rs" [dependencies.jni] version = "0.21.1" [dependencies.makepad-android-state] version = "0.1.0" optional = true [dependencies.ndk-context] version = "0.1.0" optional = true [features] default = ["ndk-context"] makepad = ["dep:makepad-android-state"] ndk-context = ["dep:ndk-context"]