| # 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] |
| edition = "2018" |
| name = "rustfix" |
| version = "0.6.0" |
| authors = ["Pascal Hertleif <[email protected]>", "Oliver Schneider <[email protected]>"] |
| exclude = ["etc/*", "examples/*", "tests/*"] |
| 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" |
| [dependencies.anyhow] |
| version = "1.0.0" |
| |
| [dependencies.log] |
| version = "0.4.1" |
| |
| [dependencies.serde] |
| version = "1.0" |
| features = ["derive"] |
| |
| [dependencies.serde_json] |
| version = "1.0" |
| [dev-dependencies.duct] |
| version = "0.9" |
| |
| [dev-dependencies.env_logger] |
| version = "0.5.0-rc.1" |
| |
| [dev-dependencies.log] |
| version = "0.4.1" |
| |
| [dev-dependencies.proptest] |
| version = "0.7.0" |
| |
| [dev-dependencies.similar] |
| version = "0.4.0" |
| |
| [dev-dependencies.tempdir] |
| version = "0.3.5" |