@@ -21,33 +21,6 @@ cargo.rust_binary(
2121 "//third-party/rust/crates/winapi/0.3.9:winapi" , # --config rust.features=everything,impl-debug,impl-default --config rust.target=i686-pc-windows-gnu
2222 # ---
2323
24- # rand_core
25- "//third-party/rust/crates/rand_core/0.3.1:rand_core" ,
26- "//third-party/rust/crates/rand_core/0.4.0:rand_core" ,
27-
28- # autocfg
29- "//third-party/rust/crates/autocfg/1.4.0:autocfg" ,
30-
31- # equivalent
32- "//third-party/rust/crates/equivalent/1.0.2:equivalent" ,
33-
34- # fny
35- "//third-party/rust/crates/fnv/1.0.7:fnv" ,
36-
37- # rustc-std-workspace-core
38- "//third-party/rust/crates/rustc-std-workspace-core/1.0.1:rustc-std-workspace-core" ,
39-
40- # lexopt
41- "//third-party/rust/crates/lexopt/0.3.0:lexopt" ,
42-
43- # opaque-debug
44- "//third-party/rust/crates/opaque-debug/0.3.1:opaque-debug" ,
45-
46- # anstyle
47- # Example: `buck2 run //third-party/rust/crates/anstyle/1.0.10:dump-style`
48- "//third-party/rust/crates/anstyle/1.0.10:anstyle" ,
49- "//third-party/rust/crates/anstyle/1.0.10:dump-style" ,
50-
5124 # zstd-sys
5225 "//third-party/rust/crates/zstd-sys/2.0.13+zstd.1.5.6:zstd-sys" ,
5326 "//third-party/rust/crates/zstd-sys/2.0.14+zstd.1.5.7:zstd-sys" ,
@@ -56,110 +29,14 @@ cargo.rust_binary(
5629 # zstd-safe
5730 "//third-party/rust/crates/zstd-safe/7.2.1:zstd-safe" ,
5831
59- # cfg-if
60- "//third-party/rust/crates/cfg-if/1.0.0:cfg-if" ,
61- # ---
62-
63- # time-core
64- "//third-party/rust/crates/time-core/0.1.4:time-core" ,
65-
6632 # libc
6733 "//third-party/rust/crates/libc/0.2.169:libc" ,
6834 # ---
6935
70- # tinyvec_macros
71- "//third-party/rust/crates/tinyvec_macros/0.1.1:tinyvec_macros" ,
72-
73- # try-lock
74- "//third-party/rust/crates/try-lock/0.2.5:try-lock" ,
75-
76- # untrusted
77- "//third-party/rust/crates/untrusted/0.9.0:untrusted" ,
78-
79- # utf8parse
80- "//third-party/rust/crates/utf8parse/0.2.2:utf8parse" ,
81-
82- # openssl-probe
83- "//third-party/rust/crates/openssl-probe/0.1.6:openssl-probe" ,
84-
85- # pin-utils
86- "//third-party/rust/crates/pin-utils/0.1.0:pin-utils" ,
87-
88- # quick-error
89- "//third-party/rust/crates/quick-error/2.0.1:quick-error" ,
90-
91- # scopeguard
92- "//third-party/rust/crates/scopeguard/1.2.0:scopeguard" ,
93-
94- # static_assertions
95- "//third-party/rust/crates/static_assertions/1.1.0:static_assertions" ,
96-
97- # syn
98- # "//third-party/rust/crates/syn/2.0.81:syn",
99- # ---
100-
101- # Serde
102- #"//third-party/rust/crates/serde/1.0.60:serde",
103- # ---
104-
105- # Serde_derive
106- #"//third-party/rust/crates/serde_derive/1.0.218:serde_derive",
107- # ---
108-
109- # foreign-types
110- "//third-party/rust/crates/foreign-types/0.3.2:foreign-types" ,
111- # ---
112-
11336 # foreign-types-shared/
11437 "//third-party/rust/crates/foreign-types-shared/0.1.1:foreign-types-shared" ,
11538 "//third-party/rust/crates/foreign-types-shared/0.3.1:foreign-types-shared" ,
11639 # ---
117-
118- # once_cell
119- "//third-party/rust/crates/once_cell/1.20.3:once_cell" ,
120- "//third-party/rust/crates/once_cell/1.20.3:once_cell-alloc" ,
121- "//third-party/rust/crates/once_cell/1.20.3:once_cell-std" ,
122- "//third-party/rust/crates/once_cell/1.20.3:once_cell-unstable" ,
123- # "//third-party/rust/crates/once_cell/1.20.3:once_cell-parking_lot",
124- "//third-party/rust/crates/once_cell/1.20.3:once_cell-critical-section" ,
125- # "//third-party/rust/crates/once_cell/1.20.3:once_cell-polyfill",
126- # "//third-party/rust/crates/once_cell/1.20.3:once_cell-portable-atomic",
127- # ---
128-
129- # parking_lot_core
130- # "//third-party/rust/crates/parking_lot_core/0.9.10:parking_lot_core",
131- # ---
132-
133- # critical-section
134- "//third-party/rust/crates/critical-section/1.1.3:critical-section" ,
135- "//third-party/rust/crates/critical-section/1.1.3:critical-section-std" ,
136- "//third-party/rust/crates/critical-section/1.1.3:critical-section-restore-state-bool" ,
137- "//third-party/rust/crates/critical-section/1.1.3:critical-section-restore-state-none" ,
138- "//third-party/rust/crates/critical-section/1.1.3:critical-section-restore-state-u8" ,
139- "//third-party/rust/crates/critical-section/1.1.3:critical-section-restore-state-u16" ,
140- "//third-party/rust/crates/critical-section/1.1.3:critical-section-restore-state-u32" ,
141- "//third-party/rust/crates/critical-section/1.1.3:critical-section-restore-state-u64" ,
142- "//third-party/rust/crates/critical-section/1.2.0:critical-section" ,
143- "//third-party/rust/crates/critical-section/1.2.0:critical-section-std" ,
144- "//third-party/rust/crates/critical-section/1.2.0:critical-section-restore-state-bool" ,
145- "//third-party/rust/crates/critical-section/1.2.0:critical-section-restore-state-none" ,
146- "//third-party/rust/crates/critical-section/1.2.0:critical-section-restore-state-u8" ,
147- "//third-party/rust/crates/critical-section/1.2.0:critical-section-restore-state-u16" ,
148- "//third-party/rust/crates/critical-section/1.2.0:critical-section-restore-state-u32" ,
149- "//third-party/rust/crates/critical-section/1.2.0:critical-section-restore-state-u64" ,
150- "//third-party/rust/crates/critical-section/1.2.0:critical-section-restore-state-usize" ,
151- # ---
152-
153- # portable-atomic
154- # "//third-party/rust/crates/portable-atomic/1.8.0:portable-atomic",
155-
156- # Shlex
157- "//third-party/rust/crates/shlex/1.3.0:shlex" ,
158- "//third-party/rust/crates/shlex/1.3.0:shlex-no-std" ,
159- # ---
160-
161- # version_check
162- "//third-party/rust/crates/version_check/0.9.5:version_check" ,
16340 ],
16441 visibility = ["PUBLIC" ],
16542)
0 commit comments