# 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-xcode-build-rs" version = "0.2.3" include = [ "src", "Cargo.toml", "Cargo.lock", "README.md", "docs", ] publish = true description = "Build script for XCode when compiling rust for iOS" homepage = "https://github.com/ActuallyHappening/YMap/tree/master/crates/cargo_xcode_build_rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ActuallyHappening/YMap" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustdoc-args = [ "-Zunstable-options", "--cfg", "docsrs", ] [dependencies.bossy] version = "0.2.1" [dependencies.camino] version = "1.1.7" [dependencies.clap] version = "4.5.7" features = [ "cargo", "derive", "env", ] [dependencies.color-eyre] version = "0.6.3" [dependencies.dirs] version = "5.0.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.toml] version = "0.8.14" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "fmt", ] [dependencies.which] version = "6.0.1" [features] default = ["tracing-subscriber/ansi"] [lints.clippy] type_complexity = "allow"