cargo-raze 0.1.1

A Cargo subcommand to generate Bazel BUILD files
# 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-raze"
version = "0.1.1"
authors = ["Alex McArther <acmcarther@google.com>"]
description = "A Cargo subcommand to generate Bazel BUILD files\n"
readme = "README.md"
keywords = ["subcommand"]
license = "Apache-2.0"
repository = "https://github.com/google/cargo-raze"
[dependencies.cargo]
version = "0.20.0"

[dependencies.itertools]
version = "0.6.0"

[dependencies.rustc-serialize]
version = "0.3"

[dependencies.serde]
version = "1.0.11"

[dependencies.serde_derive]
version = "1.0.11"

[dependencies.serde_json]
version = "1.0"

[dependencies.slug]
version = "0.1.2"

[dependencies.tempdir]
version = "0.3.5"

[dependencies.tera]
version = "0.11.0-beta.4"

[dependencies.toml]
version = "0.4.4"
[dev-dependencies.hamcrest]
version = "0.1.3"

[dev-dependencies.lazy_static]
version = "0.2.8"
[badges.travis-ci]
branch = "master"
repository = "google/cargo-raze"