# 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" version = "0.10.0" authors = ["Nicholas Cameron ", "The Rustfmt developers"] build = "build.rs" include = ["src/*.rs", "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 [dependencies.diff] version = "0.1" [dependencies.env_logger] version = "0.4" [dependencies.getopts] version = "0.2" [dependencies.log] version = "0.3" [dependencies.regex] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.strings] version = "0.1" [dependencies.syntex_errors] version = "0.59" [dependencies.syntex_syntax] version = "0.59" [dependencies.term] version = "0.4" [dependencies.toml] version = "0.4" [dependencies.unicode-segmentation] version = "1.0.0" [features] cargo-fmt = [] default = ["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"