# 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" rust-version = "1.70.0" name = "sd" version = "1.0.0" authors = ["Gregory "] description = "An intuitive find & replace CLI" homepage = "https://github.com/chmln/sd" readme = "README.md" keywords = [ "sed", "find", "replace", "regex", ] categories = [ "command-line-utilities", "text-processing", "development-tools", ] license = "MIT" repository = "https://github.com/chmln/sd.git" [profile.release] opt-level = 3 lto = true strip = true [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "4.4.6" features = [ "derive", "deprecated", "wrap_help", ] [dependencies.is-terminal] version = "0.4.9" [dependencies.memmap2] version = "0.9.0" [dependencies.rayon] version = "1.8.0" [dependencies.regex] version = "1.10.2" [dependencies.tempfile] version = "3.8.0" [dependencies.thiserror] version = "1.0.50" [dependencies.unescape] version = "0.1.0" [dev-dependencies.ansi-to-html] version = "0.1.3" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.clap_mangen] version = "0.2.14" [dev-dependencies.console] version = "0.15.7" [dev-dependencies.insta] version = "1.34.0" [dev-dependencies.proptest] version = "1.3.1" [dev-dependencies.regex-automata] version = "0.4.3"