# 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 = "2018" name = "fastmod" version = "0.4.4" authors = ["Scott Wolchok "] description = "Fast, partial replacement for codemod (find/replace tool for programmers)" homepage = "https://github.com/facebookincubator/fastmod" readme = "README.md" keywords = ["codemod"] categories = [ "command-line-utilities", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/facebookincubator/fastmod" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.31.2" [dependencies.crossterm] version = "0.24" [dependencies.diff] version = "0.1.11" [dependencies.grep] version = "0.2.5" [dependencies.ignore] version = "0.4.1" [dependencies.num_cpus] version = "1.8.0" [dependencies.regex] version = "1.5.5" [dependencies.rprompt] version = "1.0.3" [dev-dependencies.assert_cmd] version = "1" [dev-dependencies.tempfile] version = "3.8.0"