# 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 = "mapsd" version = "0.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Find & Replace text in multiple files using an explicit CSV of Before/After pairs." homepage = "https://github.com/Jonarod/mapsd" readme = "README.md" keywords = [ "cli", "sed", "map", "replace", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Jonarod/mapsd" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "mapsd" path = "src/lib.rs" [[bin]] name = "mapsd" path = "src/main.rs" [[test]] name = "lib" path = "tests/lib.rs" [dependencies.env_logger] version = "0.11.5" [dependencies.glob] version = "0.3.1" [dependencies.log] version = "0.4.22" [dependencies.memchr] version = "2.7.4" [dependencies.rayon] version = "1.5" [dependencies.structopt] version = "0.3.26" [dev-dependencies.tempfile] version = "3.13.0"