cxxbridge-macro 1.0.73

Implementation detail of the `cxx` crate.
Documentation
[dependencies.clang-ast]
optional = true
version = "0.1"

[dependencies.flate2]
optional = true
version = "1.0"

[dependencies.memmap]
optional = true
version = "0.7"

[dependencies.proc-macro2]
version = "1.0.39"

[dependencies.quote]
version = "1.0.4"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0.95"
[dev-dependencies.cxx]
version = "1.0"

[features]
experimental-async-fn = []
experimental-enum-variants-from-header = ["clang-ast", "flate2", "memmap", "serde", "serde_json"]

[lib]
proc-macro = true

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::ffi"]
description = "Implementation detail of the `cxx` crate."
edition = "2018"
exclude = ["build.rs", "README.md"]
homepage = "https://cxx.rs"
keywords = ["ffi"]
license = "MIT OR Apache-2.0"
name = "cxxbridge-macro"
readme = "README.md"
repository = "https://github.com/dtolnay/cxx"
rust-version = "1.48"
version = "1.0.73"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]