BuildEAR 3.1.0

BuildEAR is a tool that generates a compilation database for clang tooling.
Documentation
[[bin]]
name = "bear2"
path = "src/main.rs"
[dependencies.clap]
default-features = false
version = "~2.32.0"

[dependencies.env_logger]
version = "0.5.13"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tempdir]
version = "0.3.7"

[lib]
crate-type = ["rlib"]
name = "intercept"
path = "src/lib.rs"

[package]
authors = ["László Nagy <rizsotto at gmail dot com>"]
description = "BuildEAR is a tool that generates a compilation database for clang tooling."
homepage = "https://github.com/rizsotto/Bear"
include = ["**/*.rs", "Cargo.toml"]
license = "GPL-3.0-only"
name = "BuildEAR"
version = "3.1.0"