# 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 = "rxnow" version = "0.0.5" authors = ["Gabriel Falcão "] exclude = ["tests"] description = "aims at sorta-kinda drop-in replace GNU/Sed et al." homepage = "https://github.com/gabrielfalcao/rxnow" documentation = "https://docs.rs/rxnow" readme = "README.md" license = "GPL-3.0-or-later" [lib] name = "rxnow" path = "src/lib.rs" [dependencies.clap] version = "4.4.6" features = [ "derive", "unicode", "env", "wrap_help", "string", ] [dependencies.console] version = "0.15.7" [dependencies.iocore] version = "0.100.1" [dependencies.regex] version = "1.9.6" features = [ "use_std", "pattern", "logging", ] [dependencies.strip-ansi-escapes] version = "0.2.0" [dependencies.walkdir] version = "2.4.0"