cargo-xcode 0.1.0

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

[dependencies.getopts]
version = "0.2.15"

[dependencies.sha1]
version = "0.3.0"