rustfmt-nightly 0.4.1

Tool to find and fix Rust formatting issues
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 = "rustfmt-nightly"
version = "0.4.1"
authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
build = "build.rs"
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"

[[bin]]
name = "rustfmt"
path = "src/bin/main.rs"

[[bin]]
name = "cargo-fmt"
path = "src/cargo-fmt/main.rs"

[[bin]]
name = "rustfmt-format-diff"
path = "src/format-diff/main.rs"

[[bin]]
name = "git-rustfmt"
path = "src/git-rustfmt/main.rs"
[dependencies.cargo_metadata]
version = "0.5.1"

[dependencies.derive-new]
version = "0.5"

[dependencies.diff]
version = "0.1"

[dependencies.env_logger]
version = "0.5"

[dependencies.getopts]
version = "0.2"

[dependencies.itertools]
version = "0.7"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "0.2"

[dependencies.rustc-ap-syntax]
version = "67.0.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.term]
version = "0.5"

[dependencies.toml]
version = "0.4"

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

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