cxx-build 1.0.68

C++ code generator for integrating `cxx` crate into a Cargo build.
Documentation
[dependencies.cc]
version = "1.0.49"

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

[dependencies.once_cell]
version = "1.9"

[dependencies.proc-macro2]
default-features = false
features = ["span-locations"]
version = "1.0.26"

[dependencies.quote]
default-features = false
version = "1.0"

[dependencies.scratch]
version = "1.0"

[dependencies.syn]
default-features = false
features = ["parsing", "printing", "clone-impls", "full"]
version = "1.0.70"
[dev-dependencies.cxx-gen]
version = "0.7"

[dev-dependencies.pkg-config]
version = "0.3"

[features]
experimental-async-fn = []
parallel = ["cc/parallel"]

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