# 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" rust-version = "1.73" name = "cargo-fixeq" version = "0.5.0" authors = ["Jun Wu "] description = "Fix `assert_eq!` test errors automatically." readme = "README.md" keywords = [ "cargo", "subcommand", "tests", ] categories = [ "development-tools::cargo-plugins", "development-tools::testing", ] license = "MIT" repository = "https://github.com/quark-zju/cargo-fixeq" [dependencies.anyhow] version = "1" [dependencies.proc-macro2] version = "1.0" features = ["span-locations"] [dependencies.syn] version = "1" features = [ "parsing", "printing", "full", "visit", ] default-features = false [dev-dependencies.tempfile] version = "3"