# 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-core" version = "0.4.0" authors = ["Nicholas Cameron ", "The Rustfmt developers"] description = "A core library of rustfmt" readme = "README.md" categories = ["development-tools"] license = "Apache-2.0/MIT" repository = "https://github.com/rust-lang-nursery/rustfmt" [lib] doctest = false [dependencies.derive-new] version = "0.5" [dependencies.diff] version = "0.1" [dependencies.log] version = "0.3" [dependencies.regex] version = "0.2" [dependencies.rustc-ap-rustc_errors] version = "29.0.0" [dependencies.rustc-ap-syntax] version = "29.0.0" [dependencies.rustfmt-config] version = "0.4.0" [dependencies.term] version = "0.4" [dependencies.unicode-segmentation] version = "1.0.0" [dev-dependencies.lazy_static] version = "1.0.0" [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"