11[package ]
22authors = [
3- " Jyun-Yan You <[email protected] >" ,
4- " Emilio Cobos Álvarez <[email protected] >" ,
5- " Nick Fitzgerald <[email protected] >" ,
6- " The Servo project developers" ,
3+ " Jyun-Yan You <[email protected] >" ,
4+ " Emilio Cobos Álvarez <[email protected] >" ,
5+ " Nick Fitzgerald <[email protected] >" ,
6+ " The Servo project developers" ,
77]
88description = " Automatically generates Rust FFI bindings to C and C++ libraries."
99keywords = [" bindings" , " ffi" , " code-generation" ]
@@ -25,19 +25,19 @@ name = "bindgen"
2525path = " lib.rs"
2626
2727[dependencies ]
28- annotate-snippets = { version = " 0.11.4 " , optional = true }
29- bitflags = " 2.2.1 "
30- cexpr = " 0.6 "
31- clang-sys = { version = " 1 " , features = [" clang_11_0" ] }
32- clap = { version = " 4 " , features = [" derive" ], optional = true }
33- clap_complete = { version = " 4 " , optional = true }
34- itertools = { version = " >=0.10,<0.14 " , default-features = false }
35- log = { version = " 0.4 " , optional = true }
36- prettyplease = { version = " 0.2.7 " , optional = true , features = [" verbatim" ] }
28+ annotate-snippets = { workspace = true , optional = true }
29+ bitflags.workspace = true
30+ cexpr.workspace = true
31+ clang-sys = { workspace = true , features = [" clang_11_0" ] }
32+ clap = { workspace = true , features = [" derive" ], optional = true }
33+ clap_complete = { workspace = true , optional = true }
34+ itertools = { workspace = true }
35+ log = { workspace = true , optional = true }
36+ prettyplease = { workspace = true , optional = true , features = [" verbatim" ] }
3737proc-macro2.workspace = true
38- quote = { version = " 1 " , default-features = false }
39- regex = { version = " 1.5.3 " , default-features = false , features = [" std" , " unicode-perl" ] }
40- rustc-hash = " 1.0.1 "
38+ quote.workspace = true
39+ regex = { workspace = true , features = [" std" , " unicode-perl" ] }
40+ rustc-hash.workspace = true
4141shlex.workspace = true
4242syn = { workspace = true , features = [" full" , " extra-traits" , " visit-mut" ] }
4343
0 commit comments