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