# 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" rust-version = "1.61" name = "cargo-xcode" version = "1.11.0" authors = ["Kornel "] build = false include = [ "src/*.rs", "src/*.sh", "README.md", "LICENSE", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Make Xcode project files from Cargo projects" homepage = "https://lib.rs/crates/cargo-xcode" documentation = "https://lib.rs/crates/cargo-xcode" readme = "README.md" keywords = [ "cargo", "subcommand", "xcode", "project", "integration", ] categories = [ "development-tools::cargo-plugins", "development-tools::build-utils", "command-line-utilities", ] license = "MIT" repository = "https://gitlab.com/kornelski/cargo-xcode" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "cargo_xcode" crate-type = [ "lib", "staticlib", "cdylib", ] path = "src/lib.rs" [[bin]] name = "cargo-xcode" path = "src/main.rs" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.crc] version = "3.0.1" [dependencies.getopts] version = "0.2.21" [dependencies.pathdiff] version = "0.2.1" [badges.maintenance] status = "passively-maintained"