[package] name = "cxx-build" version = "1.0.42" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" description = "C++ code generator for integrating `cxx` crate into a Cargo build." repository = "https://github.com/dtolnay/cxx" homepage = "https://cxx.rs" exclude = ["build.rs"] keywords = ["ffi"] categories = ["development-tools::ffi"] [features] parallel = ["cc/parallel"] [dependencies] cc = "1.0.49" codespan-reporting = "0.11" lazy_static = "1.4" proc-macro2 = { version = "1.0.26", default-features = false, features = ["span-locations"] } quote = { version = "1.0", default-features = false } scratch = "1.0" syn = { version = "1.0.68", default-features = false, features = ["parsing", "printing", "clone-impls", "full"] } [dev-dependencies] cxx-gen = { version = "0.7", path = "../lib" } pkg-config = "0.3" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]