# 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.1" build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "dapper" 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/" [lib] name = "dapper" path = "src/lib.rs" [[bin]] name = "dapper" path = "src/main.rs" [[example]] name = "check-normalized-dataset-file-names" path = "examples/check-normalized-dataset-file-names.rs" [dependencies.clap] version = "4.5.23" features = ["derive"] [dependencies.lazy_static] version = "1.5.0" [dependencies.once_cell] version = "1.20.2" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.11.1" [dependencies.rusqlite] version = "0.32.1" features = ["bundled"] [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"