cargo-xcode 1.1.2

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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "cargo-xcode"
version = "1.1.2"
authors = ["Kornel <kornel@geekhood.net>"]
description = "Make Xcode project files from Cargo projects"
homepage = "https://crates.rs/crates/cargo-xcode"
documentation = "https://gitlab.com/kornelski/cargo-xcode/blob/master/README.md#requirements"
readme = "README.md"
keywords = ["cargo", "subcommand", "xcode", "project"]
categories = ["development-tools::cargo-plugins", "development-tools::build-utils", "command-line-utilities"]
license = "MIT"
repository = "https://gitlab.com/kornelski/cargo-xcode"
[dependencies.cargo_metadata]
version = "0.8"

[dependencies.getopts]
version = "0.2.15"

[dependencies.sha1]
version = "0.6.0"