# 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 = "tauri-mobile" version = "0.5.4" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC", "Francesca Lovebloom ", ] description = "Rust on mobile made easy!" documentation = "https://docs.rs/tauri-mobile" readme = "README.md" keywords = [ "cargo", "mobile", "ios", "android", "tauri", ] categories = ["development-tools::cargo-plugins"] license = "Apache-2.0 OR MIT" repository = "https://github.com/tauri-apps/tauri-mobile" [[bin]] name = "cargo-mobile" required-features = ["cli"] [[bin]] name = "cargo-apple" required-features = ["cli"] [[bin]] name = "cargo-android" required-features = ["cli"] [dependencies.colored] version = "1.9" [dependencies.deunicode] version = "1.1" [dependencies.duct] version = "0.13" [dependencies.dunce] version = "1.0" [dependencies.english-numbers] version = "0.3" [dependencies.env_logger] version = "0.7" optional = true [dependencies.handlebars] version = "4.3" [dependencies.heck] version = "0.4" [dependencies.home] version = "0.5" [dependencies.ignore] version = "0.4" [dependencies.indexmap] version = "1.3" [dependencies.java-properties] version = "1.2" [dependencies.log] version = "0.4" [dependencies.once-cell-regex] version = "0.2" [dependencies.os_pipe] version = "1" [dependencies.path_abs] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" optional = true [dependencies.textwrap] version = "0.11" features = ["term_size"] [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5" features = ["preserve_order"] [dependencies.which] version = "4.4" [dev-dependencies.rstest] version = "0.12" [dev-dependencies.simple_logger] version = "1.11" [build-dependencies.dunce] version = "1.0" optional = true [build-dependencies.handlebars] version = "4.3" optional = true [build-dependencies.home] version = "0.5" optional = true [build-dependencies.log] version = "0.4" optional = true [build-dependencies.serde] version = "1.0" optional = true [build-dependencies.serde_json] version = "1.0" optional = true [build-dependencies.thiserror] version = "1.0" optional = true [features] brainium = [] cli = [ "home", "dunce", "handlebars", "log", "serde", "serde_json", "thiserror", "structopt", "env_logger", ] default = [ "cli", "ureq/native-tls", ] native-tls = ["ureq/native-tls"] openssl-vendored = ["openssl/vendored"] rustls = ["ureq/tls"] [target."cfg(not(target_os = \"macos\"))".dependencies.ureq] version = "2.4" features = ["gzip"] default-features = false [target."cfg(target_os = \"linux\")".dependencies.freedesktop_entry_parser] version = "1.1" [target."cfg(target_os = \"linux\")".dependencies.lexical-core] version = "0.7" [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.20" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.7" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2" [target."cfg(target_os = \"macos\")".dependencies.objc_id] version = "0.1" [target."cfg(target_os = \"macos\")".dependencies.openssl] version = "0.10" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.windows] version = "0.39" features = [ "Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Diagnostics_Debug", "Win32_System_IO", "Win32_System_Ioctl", "Win32_System_Memory", "Win32_System_Registry", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_UI_Shell", ] [target."cfg(windows)".build-dependencies.embed-resource] version = "1.6"