# 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-fix" version = "0.4.1" authors = ["Pascal Hertleif ", "Alex Crichton "] description = "Automatically apply the suggestions made by rustc" documentation = "https://docs.rs/rustfix" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/rust-lang-nursery/rustfix" [[bin]] name = "cargo-fix" test = false [dependencies.atty] version = "0.2.10" [dependencies.clap] version = "2.31" [dependencies.env_logger] version = "0.5" default-features = false [dependencies.failure] version = "0.1" [dependencies.log] version = "0.4" [dependencies.rustfix] version = "0.4" [dependencies.serde] version = "1.0.45" [dependencies.serde_derive] version = "1.0.45" [dependencies.serde_json] version = "1" [dependencies.termcolor] version = "0.3.6" [dev-dependencies.difference] version = "2" [dev-dependencies.url] version = "1"