[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]
version = "0.7"
[dependencies.codespan-reporting]
version = "0.7"
[dependencies.cxxbridge-macro]
version = "0.1"
[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.rustversion]
version = "1.0"
[dev-dependencies.trybuild]
version = "1.0"
[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Safe interop between Rust and C++"
documentation = "https://docs.rs/cxx"
edition = "2018"
license = "MIT OR Apache-2.0"
links = "cxxbridge01"
name = "cxx"
readme = "README.md"
repository = "https://github.com/dtolnay/cxx"
version = "0.1.0"