# 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 = "cargo-mobile2" version = "0.17.4" authors = [ "Tauri Programme within The Commons Conservancy", "Brainium Studios LLC", "Francesca Lovebloom ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust on mobile made easy!" documentation = "https://docs.rs/cargo-mobile2" 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/cargo-mobile2" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" features = ["native-tls"] no-default-features = true targets = [ "x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", ] [lib] name = "cargo_mobile2" path = "src/lib.rs" [[bin]] name = "cargo-android" path = "src/bin/cargo-android.rs" required-features = ["cli"] [[bin]] name = "cargo-apple" path = "src/bin/cargo-apple.rs" required-features = ["cli"] [[bin]] name = "cargo-mobile" path = "src/bin/cargo-mobile.rs" required-features = ["cli"] [dependencies.colored] version = "2.1" [dependencies.deunicode] version = "1.4" [dependencies.duct] version = "0.13" [dependencies.dunce] version = "1.0" [dependencies.english-numbers] version = "0.3" [dependencies.env_logger] version = "0.11" optional = true [dependencies.handlebars] version = "6.0" [dependencies.heck] version = "0.5" [dependencies.home] version = "0.5" [dependencies.ignore] version = "0.4" [dependencies.java-properties] version = "2.0" [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.16" features = ["terminal_size"] [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8" features = ["preserve_order"] [dependencies.which] version = "6.0" [dev-dependencies.rstest] version = "0.23" [build-dependencies.dunce] version = "1.0" optional = true [build-dependencies.handlebars] version = "6.0" 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", "native-tls", ] native-tls = ["ureq/native-tls"] rustls = ["ureq/tls"] [target.'cfg(not(target_os = "macos"))'.dependencies.ureq] version = "2.9" features = ["gzip"] default-features = false [target.'cfg(target_os = "linux")'.dependencies.freedesktop_entry_parser] version = "1.3" [target.'cfg(target_os = "macos")'.dependencies.core-foundation] version = "0.10" [target.'cfg(target_os = "macos")'.dependencies.os_info] version = "3" [target.'cfg(target_os = "macos")'.dependencies.x509-certificate] version = "0.23" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.windows] version = "0.58" 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 = "2.4"