wegglix 0.2.10

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.
Documentation
# 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.10"
authors = ["fwilhelm"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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/xorpse/wegglix"

[lib]
name = "wegglix"
path = "src/lib.rs"

[[bench]]
name = "examples"
path = "benches/examples.rs"
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.25"

[dependencies.tree-sitter-c]
version = "0.24"

[dependencies.tree-sitter-cpp]
version = "0.23"

[dev-dependencies.assert_cmd]
version = "2.0.0"

[dev-dependencies.criterion]
version = "0.3"
features = ["html_reports"]

[dev-dependencies.predicates]
version = "1"