blob: c6dab56d56cf85cf841b16f7973d68eaf424c0d0 [file] [log] [blame]
[package]
name = "cxx-build"
version = "0.3.4"
authors = ["David Tolnay <dtolnay@gmail.com>"]
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"
keywords = ["ffi"]
categories = ["development-tools::ffi"]
[dependencies]
anyhow = "1.0"
cc = "1.0.49"
codespan-reporting = "0.9"
proc-macro2 = { version = "1.0.14", features = ["span-locations"] }
quote = "1.0"
syn = { version = "1.0.20", features = ["full"] }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]