rustfmt-nightly 0.2.5

Tool to find and fix Rust formatting issues
# 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 = "rustfmt-nightly"
version = "0.2.5"
authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
build = "build.rs"
include = ["src/**", "Cargo.toml", "build.rs", "LICENSE-*"]
description = "Tool to find and fix Rust formatting issues"
readme = "README.md"
categories = ["development-tools"]
license = "Apache-2.0/MIT"
repository = "https://github.com/rust-lang-nursery/rustfmt"

[lib]
doctest = false

[[bin]]
name = "rustfmt"

[[bin]]
name = "cargo-fmt"

[[bin]]
name = "rustfmt-format-diff"
[dependencies.log]
version = "0.3"

[dependencies.getopts]
version = "0.2"

[dependencies.regex]
version = "0.2"

[dependencies.unicode-segmentation]
version = "1.0.0"

[dependencies.env_logger]
version = "0.4"

[dependencies.diff]
version = "0.1"

[dependencies.term]
version = "0.4"

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.4"

[dependencies.strings]
version = "0.1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[features]
default = ["cargo-fmt", "rustfmt-format-diff"]
rustfmt-format-diff = []
cargo-fmt = []
[target."cfg(unix)".dependencies.libc]
version = "0.2.11"
[target."cfg(windows)".dependencies.kernel32-sys]
version = "0.2.2"

[target."cfg(windows)".dependencies.winapi]
version = "0.2.7"