# 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 = "crossbow-android" version = "0.2.3" authors = ["DodoRare Team "] include = [ "src/", "java/app/", ] description = "Cross-Platform build tools and toolkit for games" readme = "README.md" keywords = [ "crossbow", "android", "port", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dodorare/crossbow" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.async-channel] version = "1.7" optional = true [dependencies.displaydoc] version = "0.2" [dependencies.jni] version = "0.19" optional = true [dependencies.lazy_static] version = "1.4" optional = true [dependencies.ndk-context] version = "0.1" optional = true [dependencies.rust-embed] version = "6.4.0" features = ["include-exclude"] optional = true [dependencies.thiserror] version = "1.0" [features] android = [ "jni", "ndk-context", "lazy_static", "async-channel", ] default = ["android"] embed = ["rust-embed"]