Lines Matching +full:cxxbridge +full:- +full:cmd
5 categories = ["development-tools::ffi", "api-bindings", "no-std"]
9 exclude = ["/demo", "/gen", "/syntax", "/third-party", "/tools/buck/prelude"]
12 license = "MIT OR Apache-2.0"
15 rust-version = "1.60"
18 default = ["std", "cxxbridge-flags/default"] # c++11
19 "c++14" = ["cxxbridge-flags/c++14"]
20 "c++17" = ["cxxbridge-flags/c++17"]
21 "c++20" = ["cxxbridge-flags/c++20"]
26 cxxbridge-macro = { version = "=1.0.97", path = "macro" }
27 link-cplusplus = "1.0"
29 [build-dependencies]
31 cxxbridge-flags = { version = "=1.0.97", path = "flags", default-features = false }
33 [dev-dependencies]
34 cxx-build = { version = "=1.0.97", path = "gen/build" }
35 cxx-gen = { version = "0.7", path = "gen/lib" }
36 cxx-test-suite = { version = "0", path = "tests/ffi" }
41 doc-scrape-examples = false
44 members = ["demo", "flags", "gen/build", "gen/cmd", "gen/lib", "macro", "tests/ffi"]
47 targets = ["x86_64-unknown-linux-gnu"]
48 rustdoc-args = ["--cfg", "doc_cfg"]
50 [patch.crates-io]
52 cxx-build = { path = "gen/build" }