blob: 4cc82d060182f137a8d85da022a574df05d479a2 [file] [log] [blame]
[package]
name = "cxxbridge-macro"
version = "0.2.3"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Implementation detail of the `cxx` crate."
repository = "https://github.com/dtolnay/cxx"
[lib]
proc-macro = true
[badges]
travis-ci = { repository = "dtolnay/cxx" }
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["full"] }
[dev-dependencies]
cxx = { version = "0.2", path = ".." }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]