# 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 = "tsearch" version = "0.1.10" description = "Search codebase using treesitter query syntax" readme = "README.md" license = "MIT" repository = "https://github.com/prabirshrestha/tsearch" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.ignore] version = "0.4.20" [dependencies.rayon] version = "1.7.0" [dependencies.stopwatch] version = "0.0.7" [dependencies.tokio] version = "1.27.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tree-sitter] version = "0.20.10" [dependencies.tree-sitter-rust] version = "0.20.3" [dependencies.tree-sitter-typescript] version = "0.20.2"