# 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 = "regex-cli-test" version = "0.1.0" description = "A command line tool for testing against regex patterns." homepage = "https://github.com/Proxxa/regex-cli" readme = "readme.md" keywords = [ "regex", "cli", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/Proxxa/regex-cli" [[bin]] name = "regex" path = "src/main.rs" [dependencies.anyhow] version = "1.0.77" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.itertools] version = "0.12.0" [dependencies.regex] version = "1.10.2"