[package] name = "rustfix" version = "0.6.1" authors = [ "Pascal Hertleif ", "Oliver Schneider ", ] rust-version = "1.70.0" # MSRV:3 edition.workspace = true license.workspace = true homepage = "https://github.com/rust-lang/cargo" repository = "https://github.com/rust-lang/cargo" description = "Automatically apply the suggestions made by rustc" documentation = "https://docs.rs/rustfix" exclude = [ "examples/*", "tests/*", ] [dependencies] anyhow.workspace = true serde = { workspace = true, features = ["derive"] } serde_json.workspace = true tracing.workspace = true [dev-dependencies] proptest.workspace = true similar = "0.4.0" tempfile.workspace = true tracing-subscriber.workspace = true [lints] workspace = true