# 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 = "dapper" version = "0.0.0-pre.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Dependency Analysis Project - identifying dependencies in C/C++ code and packages on filesystems" readme = "README.md" categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/LLNL/dapper/" [[bin]] name = "dapper" path = "src/main.rs" [dependencies.rayon] version = "1.10.0" [dependencies.streaming-iterator] version = "0.1" [dependencies.tree-sitter] version = "0.24" [dependencies.tree-sitter-cpp] version = "0.23" [dependencies.tree-sitter-rust] version = "0.23" [dependencies.walkdir] version = "2.5.0" [build-dependencies.cc] version = "1.2"