# 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 = "ruplacer" version = "0.10.0" authors = ["Dimitri Merejkowsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Find and replace text in source files" readme = "README.md" keywords = [ "ruplacer", "find", "grep", "command", "line", ] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/your-tools/ruplacer" [package.metadata.deb] extended-description = "Find and replace text in source files" [profile.dist] lto = "thin" inherits = "release" [lib] name = "ruplacer" path = "src/lib.rs" [[bin]] name = "ruplacer" path = "src/main.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.Inflector] version = "0.11" [dependencies.anyhow] version = "1.0.32" [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.ignore] version = "0.4" [dependencies.regex] version = "1.5.5" [dev-dependencies.tempfile] version = "3.2" [features]