[dependencies.serde]
features = ["derive"]
version = "1.0.204"
[dependencies.serde_json]
version = "1.0.120"
[lib]
name = "compile_commands"
path = "src/lib.rs"
[package]
authors = ["Will Lillis"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools"]
description = "Work with compile_commands.json and compile_flags.txt in Rust programs."
documentation = "https://docs.rs/compile_commands/latest/compile_commands/"
edition = "2021"
homepage = "https://github.com/WillLillis/compile_commands"
keywords = ["clang", "llvm", "compile"]
license = "Apache-2.0"
name = "compile_commands"
publish = true
readme = "README.md"
repository = "https://github.com/WillLillis/compile_commands"
version = "0.3.0"