blob: 0609dc6a41062033d7eefc137f8657bde8edea8c [file] [log] [blame]
[package]
name = "cxxbridge-cmd"
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 non-Cargo build."
repository = "https://github.com/dtolnay/cxx"
keywords = ["ffi"]
categories = ["development-tools::ffi"]
[[bin]]
name = "cxxbridge"
path = "src/main.rs"
[dependencies]
anyhow = "1.0"
codespan-reporting = "0.9"
proc-macro2 = { version = "1.0.14", features = ["span-locations"] }
quote = "1.0"
structopt = "0.3"
syn = { version = "1.0.20", features = ["full"] }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]