# 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" rust-version = "1.63.0" name = "wegglix" version = "0.2.7" authors = ["fwilhelm"] description = "weggli is a fast and robust semantic search tool for C and C++ codebases. It is designed to help security researchers identify interesting functionality in large codebases." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/weggli-rs/weggli" [[bench]] name = "examples" harness = false [dependencies.colored] version = "2" [dependencies.log] version = "0.4" [dependencies.rayon] version = "1.10" [dependencies.regex] version = "1" [dependencies.rustc-hash] version = "2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.streaming-iterator] version = "0.1" [dependencies.thiserror] version = "1" [dependencies.thread_local] version = "1.1" [dependencies.tree-sitter] version = "0.24" [dev-dependencies.assert_cmd] version = "2.0.0" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.predicates] version = "1" [build-dependencies.cc] version = "1"