cxxbridge-cmd 0.3.1

C++ code generator for integrating `cxx` crate into a non-Cargo build.
Documentation
[[bin]]
name = "cxxbridge"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.quote]
version = "1.0"

[dependencies.structopt]
version = "0.3"

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

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