1[package]
2name = "cpp_common"
3version = "0.5.9"
4authors = ["Nika Layzell <nika@thelayzells.com>", "Olivier Goffart <olivier.goffart@slint-ui.com>"]
5edition = "2018"
6description = "Implementation details crate for the `cpp` crate"
7readme = "../README.md"
8license = "MIT/Apache-2.0"
9keywords = ["c", "cxx", "ffi", "compiler", "build-dependencies"]
10categories = ["development-tools::ffi"]
11repository = "https://github.com/mystor/rust-cpp"
12documentation = "https://docs.rs/cpp_common"
13
14[dependencies]
15syn = { version = "2.0", features = ["full", "extra-traits"] }
16lazy_static = "1.0"
17proc-macro2 = "1.0"
18