# 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" version = "0.2.3" authors = ["DodoRare Team "] exclude = [ "assets/", "docs/", ] description = "Cross-Platform build tools and toolkit for games" readme = "README.md" keywords = [ "build", "android", "ios", "tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dodorare/crossbow" resolver = "2" [dependencies.android-manifest] version = "0.1.10" optional = true [dependencies.anyhow] version = "1.0" [dependencies.apple-bundle] version = "0.1.4" optional = true [dependencies.displaydoc] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [features] android = ["crossbow-android"] default = [ "android", "ios", ] ios = ["crossbow-ios"] update-manifest = [ "apple-bundle", "android-manifest", ] [target."cfg(target_os = \"android\")".dependencies.crossbow-android] version = "0.2.3" optional = true [target."cfg(target_os = \"android\")".dependencies.ndk-glue] version = "0.7.0" [target."cfg(target_os = \"ios\")".dependencies.crossbow-ios] version = "0.2.3" optional = true