# 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 = "treegrep" version = "0.1.4" authors = ["Timothy Cronin"] build = "build.rs" exclude = [ "/.github/", "/README/", "/benchsuite/", "/example/", "install.sh", ] autotests = false description = "A pattern matcher frontend or backend which displays results in a tree" homepage = "https://github.com/4imothy/treegrep" documentation = "https://github.com/4imothy/treegrep/tree/main/README.md" readme = "README.md" keywords = [ "regex", "grep", "search", "tree", ] categories = [ "command-line-utilities", "text-processing", ] license = "CC-BY-4.0" repository = "https://github.com/4imothy/treegrep" [[bin]] name = "tgrep" path = "src/main.rs" [[test]] name = "integration" path = "tests/tests.rs" [dependencies.bstr] version = "1.9.1" [dependencies.clap] version = "4.5.4" features = ["cargo"] [dependencies.crossterm] version = "0.27.0" [dependencies.dunce] version = "1.0.4" [dependencies.ignore] version = "0.4.22" [dependencies.regex] version = "1.10.4" [dependencies.serde_json] version = "1.0.117" [dependencies.signal-hook] version = "0.3.17" [build-dependencies.clap] version = "4.5.4" features = ["cargo"] [build-dependencies.clap_complete] version = "4.5.1"