rerast 0.1.54

An AST (abstract syntax tree) based search replace tool for code written in Rust
# 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.54"
authors = ["David Lattimore <dvdlttmr@gmail.com>", "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.*"

[dependencies.clippy]
version = "0.*"
optional = true

[dependencies.colored]
version = "1.6.0"

[dependencies.diff]
version = "0.1.10"

[dependencies.failure]
version = "0.1.1"

[dependencies.itertools]
version = "0.5.*"

[dependencies.json]
version = "0.11.10"

[dependencies.rerast_macros]
version = "0.1.12"
[dev-dependencies.assert_cli]
version = "0.5"

[features]