# 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 = "rerast" version = "0.1.96" authors = ["David Lattimore ", "Dale Wijnand", "Kornel"] description = "An AST (abstract syntax tree) based search replace tool for code written in Rust" readme = "README.md" categories = ["development-tools", "development-tools::cargo-plugins"] license = "Apache-2.0" repository = "https://github.com/google/rerast" [dependencies.clap] version = "2.33.0" [dependencies.colored] version = "1.8.0" [dependencies.diff] version = "0.1.11" [dependencies.failure] version = "0.1.5" [dependencies.itertools] version = "0.8.0" [dependencies.json] version = "0.11.15" [dependencies.rerast_macros] version = "0.1.12" [dev-dependencies.assert_cmd] version = "0.11.1" [dev-dependencies.predicates] version = "1.0.1"