# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rustfmt_if_chain" version = "0.1.7" authors = ["Samuel E. Moelius III "] autoexamples = false description = "An if_chain-aware rustfmt (kind of)" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/smoelius/rustfmt_if_chain" [dependencies.anyhow] version = "1.0" [dependencies.if_chain] version = "1.0" [dependencies.proc-macro2] version = "1.0" features = ["span-locations"] [dependencies.quote] version = "1.0" [dependencies.sedregex] version = "0.2" [dependencies.syn] version = "2.0" features = [ "full", "visit", ] [dependencies.tempfile] version = "3.4" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.regex] version = "1.7" [dev-dependencies.walkdir] version = "2.3" [build-dependencies.rustc_version] version = "0.4" [features] check-offsets = [] check-rewrites = [] check-spans = [] ci = []