# 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 = "regexgrep" version = "1.0.3" authors = [ "inyourface3445", "inyourface3445@gmail.com", ] description = "a simple ripgrep tool that suports regular expressions" homepage = "https://google.com" documentation = "https://google.com" readme = "README.md" license = "MIT" repository = "https://github.com/inyourface34456/ripgrep" [dependencies.regex] version = "1.7.1"