cxx 0.2.8

Safe interop between Rust and C++
Documentation
[badges.travis-ci]
repository = "dtolnay/cxx"
[build-dependencies.cc]
version = "1.0.49"
[dependencies.anyhow]
version = "1.0"

[dependencies.cc]
version = "1.0.49"

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

[dependencies.cxxbridge-macro]
version = "=0.2.8"

[dependencies.link-cplusplus]
version = "1.0"

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

[dependencies.quote]
version = "1.0"

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

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.cxx-test-suite]
version = "0"

[dev-dependencies.rustversion]
version = "1.0"

[dev-dependencies.trybuild]
version = "1.0.21"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Safe interop between Rust and C++"
documentation = "https://docs.rs/cxx"
edition = "2018"
exclude = ["/demo-cxx", "/gen", "/syntax", "/third-party"]
license = "MIT OR Apache-2.0"
links = "cxxbridge02"
name = "cxx"
readme = "README.md"
repository = "https://github.com/dtolnay/cxx"
version = "0.2.8"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]