cargo-xcode 1.11.1

Make Xcode project files from Cargo projects
Documentation
# 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.1"
authors = ["Kornel <kornel@geekhood.net>"]
build = false
include = [
    "src/*.rs",
    "src/*.sh",
    "README.md",
    "LICENSE",
    "Cargo.toml",
]
autolib = false
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"]

[badges.maintenance]
status = "passively-maintained"

[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"