Lines Matching +full:development +full:- +full:tools
2 name = "cxxbridge-cmd"
5 categories = ["development-tools::build-utils", "development-tools::ffi"]
6 description = "C++ code generator for integrating `cxx` crate into a non-Cargo build."
11 license = "MIT OR Apache-2.0"
13 rust-version = "1.56"
21 experimental-async-fn = []
24 clap = { version = "4", default-features = false, features = ["error-context", "help", "std", "sugg…
25 codespan-reporting = "0.11"
26 proc-macro2 = { version = "1.0.58", default-features = false, features = ["span-locations"] }
27 quote = { version = "1.0", default-features = false }
28 syn = { version = "2.0.1", default-features = false, features = ["parsing", "printing", "clone-impl…
31 targets = ["x86_64-unknown-linux-gnu"]