# 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 = "2018" name = "weggli" version = "0.2.4" 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." license = "Apache-2.0" [lib] crate-type = ["rlib", "dylib"] [[bin]] name = "weggli" [[bench]] name = "examples" harness = false [dependencies.clap] version = "2.33.3" [dependencies.colored] version = "2.0.0" [dependencies.log] version = "0.4.11" [dependencies.pyo3] version = "0.13.0" features = ["extension-module"] optional = true [dependencies.rayon] version = "1.5.1" [dependencies.regex] version = "1" [dependencies.rustc-hash] version = "1.1.0" [dependencies.simplelog] version = "0.10.0" [dependencies.tree-sitter] version = "0.20.2" [dependencies.walkdir] version = "2.3.1" [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.0.65" [features] python = ["pyo3"] [target."cfg(target_family = \"unix\")".dependencies.nix] version = "0.17.0"