cxx-build 0.3.0

C++ code generator for integrating `cxx` crate into a Cargo build.
Documentation
[badges.travis-ci]
repository = "dtolnay/cxx"
[dependencies.anyhow]
version = "1.0"

[dependencies.cc]
version = "1.0.49"

[dependencies.codespan-reporting]
version = "0.9"

[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "C++ code generator for integrating `cxx` crate into a Cargo build."
edition = "2018"
license = "MIT OR Apache-2.0"
name = "cxx-build"
repository = "https://github.com/dtolnay/cxx"
version = "0.3.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]