# 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 = "dook" version = "0.1.1" authors = ["pteromys "] include = [ "/src", "/test_cases", "/README.md", "/LICENSE", "/dook.svg", ] description = "Look up definitions in your code" homepage = "https://github.com/pteromys/dook" readme = "README.md" keywords = [ "search", "grep", "tree-sitter", "code-search", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/pteromys/dook" [[bin]] name = "dook" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = [ "derive", "unicode", "wrap_help", ] [dependencies.console] version = "0.15" [dependencies.directories] version = "5.0.1" [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.os_str_bytes] version = "7.0" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.tree-sitter] version = "0.20" [dependencies.tree-sitter-c] version = "0.20" [dependencies.tree-sitter-cpp] version = "0.20" [dependencies.tree-sitter-go] version = "0.20" [dependencies.tree-sitter-javascript] version = "0.20" [dependencies.tree-sitter-python] version = "0.20" [dependencies.tree-sitter-rust] version = "0.20" [dependencies.tree-sitter-typescript] version = "0.20"