# 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 = "repatch" version = "0.1.1" description = "A regex find-and-replace tool with a `git add --patch`-like interface." readme = "README.md" keywords = [ "search", "find", "replace", "regex", "patch", ] categories = [ "command-line-utilities", "text processing", "filesystem", ] license = "MIT" repository = "https://github.com/stevenengler/repatch" [dependencies.anstyle] version = "1.0.4" [dependencies.anyhow] version = "1.0.79" [dependencies.bstr] version = "1.9.0" features = ["unicode"] [dependencies.clap] version = "4.5.0" features = [ "derive", "wrap_help", ] [dependencies.diffy] version = "0.4.0" [dependencies.grep-matcher] version = "0.1.7" [dependencies.grep-regex] version = "0.1.12" [dependencies.grep-searcher] version = "0.1.13" [dependencies.ignore] version = "0.4.22" [dependencies.libc] version = "0.2.152" [dependencies.tempfile] version = "3.10.0"