[[bin]]
name = "compdb"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.crossbeam-deque]
version = "0.8"
[dependencies.dashmap]
version = "5.5"
[dependencies.rayon]
version = "1.10"
[dependencies.regex]
version = "1.0"
[dependencies.rustc-hash]
version = "2.1.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[package]
authors = ["patwie <mail@patwie.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A blazingly fast compilation database manipulation tool - 135x faster than Python compdb"
edition = "2024"
homepage = "https://github.com/patwie/compdb-rs"
keywords = ["compilation", "database", "compdb", "clang", "cpp"]
license = "MIT"
name = "compdb"
readme = "README.md"
repository = "https://github.com/patwie/compdb-rs"
version = "0.1.2"