# 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 = "sreplace" version = "0.9.5" authors = ["David Voisin"] description = "A simple to use, efficient, and full-featured command line string replacer." homepage = "https://gitlab.com/miyamoto128/sreplace" readme = "README.md" keywords = [ "cli", "replace", "replacer", "string", "file", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://gitlab.com/miyamoto128/sreplace" [[bin]] name = "sr" path = "src/main.rs" [dependencies.assert_cmd] version = "2.0.11" [dependencies.assert_fs] version = "1.0.13" [dependencies.clap] version = "4.2.4" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.0.1" [dependencies.colored] version = "2.0.0" [dependencies.env_logger] version = "0.10.0" [dependencies.exitcode] version = "1.1.2" [dependencies.log] version = "0.4.17" [dependencies.predicates] version = "3.0.3" [dependencies.regex] version = "1.8.1" [dependencies.threadpool] version = "1.8.1" [dependencies.walkdir] version = "2.3.3"