@bennyblader/ddk-rn 0.3.42 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DdkRn.podspec +1 -1
- package/README.md +14 -0
- package/android/CMakeLists.txt +6 -3
- package/android/build.gradle +0 -1
- package/android/cpp-adapter.cpp +6 -26
- package/android/src/main/jniLibs/arm64-v8a/libddk_ffi.so +0 -0
- package/android/src/main/jniLibs/armeabi-v7a/libddk_ffi.so +0 -0
- package/android/src/main/jniLibs/x86/libddk_ffi.so +0 -0
- package/android/src/main/jniLibs/x86_64/libddk_ffi.so +0 -0
- package/cpp/bennyblader-ddk-rn.cpp +1 -1
- package/cpp/ddk_ffi.cpp +2361 -2671
- package/cpp/ddk_ffi.hpp +86 -255
- package/ios/DdkRn.xcframework/Info.plist +43 -0
- package/ios/DdkRn.xcframework/ios-arm64/libddk_ffi.a +0 -0
- package/ios/DdkRn.xcframework/ios-arm64-simulator/libddk_ffi.a +0 -0
- package/lib/commonjs/ddk_ffi-ffi.js +6 -29
- package/lib/commonjs/ddk_ffi-ffi.js.map +1 -1
- package/lib/commonjs/ddk_ffi.js +961 -944
- package/lib/commonjs/ddk_ffi.js.map +1 -1
- package/lib/module/ddk_ffi-ffi.js +6 -29
- package/lib/module/ddk_ffi-ffi.js.map +1 -1
- package/lib/module/ddk_ffi.js +924 -896
- package/lib/module/ddk_ffi.js.map +1 -1
- package/lib/typescript/commonjs/src/ddk_ffi-ffi.d.ts +71 -96
- package/lib/typescript/commonjs/src/ddk_ffi-ffi.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/ddk_ffi.d.ts +500 -471
- package/lib/typescript/commonjs/src/ddk_ffi.d.ts.map +1 -1
- package/lib/typescript/module/src/ddk_ffi-ffi.d.ts +71 -96
- package/lib/typescript/module/src/ddk_ffi-ffi.d.ts.map +1 -1
- package/lib/typescript/module/src/ddk_ffi.d.ts +500 -471
- package/lib/typescript/module/src/ddk_ffi.d.ts.map +1 -1
- package/package.json +8 -38
- package/src/ddk_ffi-ffi.ts +419 -170
- package/src/ddk_ffi.ts +2648 -1939
- package/ubrn.config.yaml +18 -1
- package/ddk-ffi/Cargo.lock +0 -1013
- package/ddk-ffi/Cargo.toml +0 -36
- package/ddk-ffi/build.rs +0 -3
- package/ddk-ffi/rust-toolchain.toml +0 -10
- package/ddk-ffi/src/ddk_ffi.udl +0 -376
- package/ddk-ffi/src/lib.rs +0 -2509
- package/ddk-ffi/src/uniffi-bindgen.rs +0 -3
- package/ddk-ffi/uniffi.toml +0 -18
- package/scripts/apply-hotfix.js +0 -96
- package/scripts/postinstall.js +0 -298
- package/scripts/prepare-rust-src.js +0 -51
package/ddk-ffi/Cargo.lock
DELETED
|
@@ -1,1013 +0,0 @@
|
|
|
1
|
-
# This file is automatically @generated by Cargo.
|
|
2
|
-
# It is not intended for manual editing.
|
|
3
|
-
version = 4
|
|
4
|
-
|
|
5
|
-
[[package]]
|
|
6
|
-
name = "anstyle"
|
|
7
|
-
version = "1.0.13"
|
|
8
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
|
10
|
-
|
|
11
|
-
[[package]]
|
|
12
|
-
name = "anyhow"
|
|
13
|
-
version = "1.0.100"
|
|
14
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
-
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
|
16
|
-
|
|
17
|
-
[[package]]
|
|
18
|
-
name = "arrayvec"
|
|
19
|
-
version = "0.7.6"
|
|
20
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
21
|
-
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
22
|
-
|
|
23
|
-
[[package]]
|
|
24
|
-
name = "askama"
|
|
25
|
-
version = "0.13.1"
|
|
26
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
27
|
-
checksum = "5d4744ed2eef2645831b441d8f5459689ade2ab27c854488fbab1fbe94fce1a7"
|
|
28
|
-
dependencies = [
|
|
29
|
-
"askama_derive",
|
|
30
|
-
"itoa",
|
|
31
|
-
"percent-encoding",
|
|
32
|
-
"serde",
|
|
33
|
-
"serde_json",
|
|
34
|
-
]
|
|
35
|
-
|
|
36
|
-
[[package]]
|
|
37
|
-
name = "askama_derive"
|
|
38
|
-
version = "0.13.1"
|
|
39
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
40
|
-
checksum = "d661e0f57be36a5c14c48f78d09011e67e0cb618f269cca9f2fd8d15b68c46ac"
|
|
41
|
-
dependencies = [
|
|
42
|
-
"askama_parser",
|
|
43
|
-
"basic-toml",
|
|
44
|
-
"memchr",
|
|
45
|
-
"proc-macro2",
|
|
46
|
-
"quote",
|
|
47
|
-
"rustc-hash",
|
|
48
|
-
"serde",
|
|
49
|
-
"serde_derive",
|
|
50
|
-
"syn",
|
|
51
|
-
]
|
|
52
|
-
|
|
53
|
-
[[package]]
|
|
54
|
-
name = "askama_parser"
|
|
55
|
-
version = "0.13.0"
|
|
56
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
57
|
-
checksum = "cf315ce6524c857bb129ff794935cf6d42c82a6cff60526fe2a63593de4d0d4f"
|
|
58
|
-
dependencies = [
|
|
59
|
-
"memchr",
|
|
60
|
-
"serde",
|
|
61
|
-
"serde_derive",
|
|
62
|
-
"winnow",
|
|
63
|
-
]
|
|
64
|
-
|
|
65
|
-
[[package]]
|
|
66
|
-
name = "autocfg"
|
|
67
|
-
version = "1.5.0"
|
|
68
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
69
|
-
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
70
|
-
|
|
71
|
-
[[package]]
|
|
72
|
-
name = "base58ck"
|
|
73
|
-
version = "0.1.0"
|
|
74
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
75
|
-
checksum = "2c8d66485a3a2ea485c1913c4572ce0256067a5377ac8c75c4960e1cda98605f"
|
|
76
|
-
dependencies = [
|
|
77
|
-
"bitcoin-internals",
|
|
78
|
-
"bitcoin_hashes",
|
|
79
|
-
]
|
|
80
|
-
|
|
81
|
-
[[package]]
|
|
82
|
-
name = "basic-toml"
|
|
83
|
-
version = "0.1.10"
|
|
84
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
85
|
-
checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
|
|
86
|
-
dependencies = [
|
|
87
|
-
"serde",
|
|
88
|
-
]
|
|
89
|
-
|
|
90
|
-
[[package]]
|
|
91
|
-
name = "bech32"
|
|
92
|
-
version = "0.11.1"
|
|
93
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
94
|
-
checksum = "32637268377fc7b10a8c6d51de3e7fba1ce5dd371a96e342b34e6078db558e7f"
|
|
95
|
-
|
|
96
|
-
[[package]]
|
|
97
|
-
name = "bip39"
|
|
98
|
-
version = "2.2.2"
|
|
99
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
100
|
-
checksum = "90dbd31c98227229239363921e60fcf5e558e43ec69094d46fc4996f08d1d5bc"
|
|
101
|
-
dependencies = [
|
|
102
|
-
"bitcoin_hashes",
|
|
103
|
-
"rand",
|
|
104
|
-
"rand_core",
|
|
105
|
-
"serde",
|
|
106
|
-
"unicode-normalization",
|
|
107
|
-
]
|
|
108
|
-
|
|
109
|
-
[[package]]
|
|
110
|
-
name = "bitcoin"
|
|
111
|
-
version = "0.32.8"
|
|
112
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
113
|
-
checksum = "1e499f9fc0407f50fe98af744ab44fa67d409f76b6772e1689ec8485eb0c0f66"
|
|
114
|
-
dependencies = [
|
|
115
|
-
"base58ck",
|
|
116
|
-
"bech32",
|
|
117
|
-
"bitcoin-internals",
|
|
118
|
-
"bitcoin-io",
|
|
119
|
-
"bitcoin-units",
|
|
120
|
-
"bitcoin_hashes",
|
|
121
|
-
"hex-conservative",
|
|
122
|
-
"hex_lit",
|
|
123
|
-
"secp256k1",
|
|
124
|
-
"serde",
|
|
125
|
-
]
|
|
126
|
-
|
|
127
|
-
[[package]]
|
|
128
|
-
name = "bitcoin-internals"
|
|
129
|
-
version = "0.3.0"
|
|
130
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
131
|
-
checksum = "30bdbe14aa07b06e6cfeffc529a1f099e5fbe249524f8125358604df99a4bed2"
|
|
132
|
-
dependencies = [
|
|
133
|
-
"serde",
|
|
134
|
-
]
|
|
135
|
-
|
|
136
|
-
[[package]]
|
|
137
|
-
name = "bitcoin-io"
|
|
138
|
-
version = "0.1.4"
|
|
139
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
140
|
-
checksum = "2dee39a0ee5b4095224a0cfc6bf4cc1baf0f9624b96b367e53b66d974e51d953"
|
|
141
|
-
|
|
142
|
-
[[package]]
|
|
143
|
-
name = "bitcoin-private"
|
|
144
|
-
version = "0.1.0"
|
|
145
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
146
|
-
checksum = "73290177011694f38ec25e165d0387ab7ea749a4b81cd4c80dae5988229f7a57"
|
|
147
|
-
|
|
148
|
-
[[package]]
|
|
149
|
-
name = "bitcoin-units"
|
|
150
|
-
version = "0.1.2"
|
|
151
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
152
|
-
checksum = "5285c8bcaa25876d07f37e3d30c303f2609179716e11d688f51e8f1fe70063e2"
|
|
153
|
-
dependencies = [
|
|
154
|
-
"bitcoin-internals",
|
|
155
|
-
"serde",
|
|
156
|
-
]
|
|
157
|
-
|
|
158
|
-
[[package]]
|
|
159
|
-
name = "bitcoin_hashes"
|
|
160
|
-
version = "0.14.1"
|
|
161
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
162
|
-
checksum = "26ec84b80c482df901772e931a9a681e26a1b9ee2302edeff23cb30328745c8b"
|
|
163
|
-
dependencies = [
|
|
164
|
-
"bitcoin-io",
|
|
165
|
-
"hex-conservative",
|
|
166
|
-
"serde",
|
|
167
|
-
]
|
|
168
|
-
|
|
169
|
-
[[package]]
|
|
170
|
-
name = "bitflags"
|
|
171
|
-
version = "2.10.0"
|
|
172
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
173
|
-
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
|
174
|
-
|
|
175
|
-
[[package]]
|
|
176
|
-
name = "bytes"
|
|
177
|
-
version = "1.11.0"
|
|
178
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
179
|
-
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
|
|
180
|
-
|
|
181
|
-
[[package]]
|
|
182
|
-
name = "camino"
|
|
183
|
-
version = "1.2.2"
|
|
184
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
185
|
-
checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48"
|
|
186
|
-
dependencies = [
|
|
187
|
-
"serde_core",
|
|
188
|
-
]
|
|
189
|
-
|
|
190
|
-
[[package]]
|
|
191
|
-
name = "cargo-platform"
|
|
192
|
-
version = "0.1.9"
|
|
193
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
194
|
-
checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
|
|
195
|
-
dependencies = [
|
|
196
|
-
"serde",
|
|
197
|
-
]
|
|
198
|
-
|
|
199
|
-
[[package]]
|
|
200
|
-
name = "cargo_metadata"
|
|
201
|
-
version = "0.19.2"
|
|
202
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
203
|
-
checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
|
|
204
|
-
dependencies = [
|
|
205
|
-
"camino",
|
|
206
|
-
"cargo-platform",
|
|
207
|
-
"semver",
|
|
208
|
-
"serde",
|
|
209
|
-
"serde_json",
|
|
210
|
-
"thiserror",
|
|
211
|
-
]
|
|
212
|
-
|
|
213
|
-
[[package]]
|
|
214
|
-
name = "cc"
|
|
215
|
-
version = "1.2.53"
|
|
216
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
217
|
-
checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932"
|
|
218
|
-
dependencies = [
|
|
219
|
-
"find-msvc-tools",
|
|
220
|
-
"shlex",
|
|
221
|
-
]
|
|
222
|
-
|
|
223
|
-
[[package]]
|
|
224
|
-
name = "cfg-if"
|
|
225
|
-
version = "1.0.4"
|
|
226
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
227
|
-
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
228
|
-
|
|
229
|
-
[[package]]
|
|
230
|
-
name = "clap"
|
|
231
|
-
version = "4.5.54"
|
|
232
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
233
|
-
checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394"
|
|
234
|
-
dependencies = [
|
|
235
|
-
"clap_builder",
|
|
236
|
-
"clap_derive",
|
|
237
|
-
]
|
|
238
|
-
|
|
239
|
-
[[package]]
|
|
240
|
-
name = "clap_builder"
|
|
241
|
-
version = "4.5.54"
|
|
242
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
243
|
-
checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00"
|
|
244
|
-
dependencies = [
|
|
245
|
-
"anstyle",
|
|
246
|
-
"clap_lex",
|
|
247
|
-
"strsim",
|
|
248
|
-
]
|
|
249
|
-
|
|
250
|
-
[[package]]
|
|
251
|
-
name = "clap_derive"
|
|
252
|
-
version = "4.5.49"
|
|
253
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
254
|
-
checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
|
|
255
|
-
dependencies = [
|
|
256
|
-
"heck",
|
|
257
|
-
"proc-macro2",
|
|
258
|
-
"quote",
|
|
259
|
-
"syn",
|
|
260
|
-
]
|
|
261
|
-
|
|
262
|
-
[[package]]
|
|
263
|
-
name = "clap_lex"
|
|
264
|
-
version = "0.7.7"
|
|
265
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
266
|
-
checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
|
|
267
|
-
|
|
268
|
-
[[package]]
|
|
269
|
-
name = "ddk-dlc"
|
|
270
|
-
version = "1.1.1"
|
|
271
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
272
|
-
checksum = "a22a90817914165f52e5f3a38841faa020700c719eb40baca8bab5318458b812"
|
|
273
|
-
dependencies = [
|
|
274
|
-
"bitcoin",
|
|
275
|
-
"miniscript",
|
|
276
|
-
"secp256k1-sys",
|
|
277
|
-
"secp256k1-zkp",
|
|
278
|
-
"serde",
|
|
279
|
-
]
|
|
280
|
-
|
|
281
|
-
[[package]]
|
|
282
|
-
name = "ddk_ffi"
|
|
283
|
-
version = "0.3.42"
|
|
284
|
-
dependencies = [
|
|
285
|
-
"bip39",
|
|
286
|
-
"bitcoin",
|
|
287
|
-
"ddk-dlc",
|
|
288
|
-
"secp256k1-zkp",
|
|
289
|
-
"thiserror",
|
|
290
|
-
"uniffi",
|
|
291
|
-
]
|
|
292
|
-
|
|
293
|
-
[[package]]
|
|
294
|
-
name = "equivalent"
|
|
295
|
-
version = "1.0.2"
|
|
296
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
297
|
-
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
298
|
-
|
|
299
|
-
[[package]]
|
|
300
|
-
name = "errno"
|
|
301
|
-
version = "0.3.14"
|
|
302
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
303
|
-
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
304
|
-
dependencies = [
|
|
305
|
-
"libc",
|
|
306
|
-
"windows-sys",
|
|
307
|
-
]
|
|
308
|
-
|
|
309
|
-
[[package]]
|
|
310
|
-
name = "fastrand"
|
|
311
|
-
version = "2.3.0"
|
|
312
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
313
|
-
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
314
|
-
|
|
315
|
-
[[package]]
|
|
316
|
-
name = "find-msvc-tools"
|
|
317
|
-
version = "0.1.8"
|
|
318
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
319
|
-
checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
|
|
320
|
-
|
|
321
|
-
[[package]]
|
|
322
|
-
name = "fs-err"
|
|
323
|
-
version = "2.11.0"
|
|
324
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
325
|
-
checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
|
|
326
|
-
dependencies = [
|
|
327
|
-
"autocfg",
|
|
328
|
-
]
|
|
329
|
-
|
|
330
|
-
[[package]]
|
|
331
|
-
name = "getrandom"
|
|
332
|
-
version = "0.2.17"
|
|
333
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
334
|
-
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
335
|
-
dependencies = [
|
|
336
|
-
"cfg-if",
|
|
337
|
-
"libc",
|
|
338
|
-
"wasi",
|
|
339
|
-
]
|
|
340
|
-
|
|
341
|
-
[[package]]
|
|
342
|
-
name = "getrandom"
|
|
343
|
-
version = "0.3.4"
|
|
344
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
345
|
-
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
346
|
-
dependencies = [
|
|
347
|
-
"cfg-if",
|
|
348
|
-
"libc",
|
|
349
|
-
"r-efi",
|
|
350
|
-
"wasip2",
|
|
351
|
-
]
|
|
352
|
-
|
|
353
|
-
[[package]]
|
|
354
|
-
name = "glob"
|
|
355
|
-
version = "0.3.3"
|
|
356
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
357
|
-
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
|
358
|
-
|
|
359
|
-
[[package]]
|
|
360
|
-
name = "goblin"
|
|
361
|
-
version = "0.8.2"
|
|
362
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
363
|
-
checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
|
|
364
|
-
dependencies = [
|
|
365
|
-
"log",
|
|
366
|
-
"plain",
|
|
367
|
-
"scroll",
|
|
368
|
-
]
|
|
369
|
-
|
|
370
|
-
[[package]]
|
|
371
|
-
name = "hashbrown"
|
|
372
|
-
version = "0.16.1"
|
|
373
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
374
|
-
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
375
|
-
|
|
376
|
-
[[package]]
|
|
377
|
-
name = "heck"
|
|
378
|
-
version = "0.5.0"
|
|
379
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
380
|
-
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
381
|
-
|
|
382
|
-
[[package]]
|
|
383
|
-
name = "hex-conservative"
|
|
384
|
-
version = "0.2.2"
|
|
385
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
386
|
-
checksum = "fda06d18ac606267c40c04e41b9947729bf8b9efe74bd4e82b61a5f26a510b9f"
|
|
387
|
-
dependencies = [
|
|
388
|
-
"arrayvec",
|
|
389
|
-
]
|
|
390
|
-
|
|
391
|
-
[[package]]
|
|
392
|
-
name = "hex_lit"
|
|
393
|
-
version = "0.1.1"
|
|
394
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
395
|
-
checksum = "3011d1213f159867b13cfd6ac92d2cd5f1345762c63be3554e84092d85a50bbd"
|
|
396
|
-
|
|
397
|
-
[[package]]
|
|
398
|
-
name = "indexmap"
|
|
399
|
-
version = "2.13.0"
|
|
400
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
401
|
-
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
|
|
402
|
-
dependencies = [
|
|
403
|
-
"equivalent",
|
|
404
|
-
"hashbrown",
|
|
405
|
-
]
|
|
406
|
-
|
|
407
|
-
[[package]]
|
|
408
|
-
name = "itoa"
|
|
409
|
-
version = "1.0.17"
|
|
410
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
411
|
-
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
|
|
412
|
-
|
|
413
|
-
[[package]]
|
|
414
|
-
name = "libc"
|
|
415
|
-
version = "0.2.180"
|
|
416
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
417
|
-
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
|
|
418
|
-
|
|
419
|
-
[[package]]
|
|
420
|
-
name = "linux-raw-sys"
|
|
421
|
-
version = "0.11.0"
|
|
422
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
423
|
-
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
|
424
|
-
|
|
425
|
-
[[package]]
|
|
426
|
-
name = "log"
|
|
427
|
-
version = "0.4.29"
|
|
428
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
429
|
-
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
430
|
-
|
|
431
|
-
[[package]]
|
|
432
|
-
name = "memchr"
|
|
433
|
-
version = "2.7.6"
|
|
434
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
435
|
-
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
|
436
|
-
|
|
437
|
-
[[package]]
|
|
438
|
-
name = "minimal-lexical"
|
|
439
|
-
version = "0.2.1"
|
|
440
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
441
|
-
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
442
|
-
|
|
443
|
-
[[package]]
|
|
444
|
-
name = "miniscript"
|
|
445
|
-
version = "12.3.5"
|
|
446
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
447
|
-
checksum = "487906208f38448e186e3deb02f2b8ef046a9078b0de00bdb28bf4fb9b76951c"
|
|
448
|
-
dependencies = [
|
|
449
|
-
"bech32",
|
|
450
|
-
"bitcoin",
|
|
451
|
-
]
|
|
452
|
-
|
|
453
|
-
[[package]]
|
|
454
|
-
name = "nom"
|
|
455
|
-
version = "7.1.3"
|
|
456
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
457
|
-
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
458
|
-
dependencies = [
|
|
459
|
-
"memchr",
|
|
460
|
-
"minimal-lexical",
|
|
461
|
-
]
|
|
462
|
-
|
|
463
|
-
[[package]]
|
|
464
|
-
name = "once_cell"
|
|
465
|
-
version = "1.21.3"
|
|
466
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
467
|
-
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
468
|
-
|
|
469
|
-
[[package]]
|
|
470
|
-
name = "percent-encoding"
|
|
471
|
-
version = "2.3.2"
|
|
472
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
473
|
-
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
474
|
-
|
|
475
|
-
[[package]]
|
|
476
|
-
name = "plain"
|
|
477
|
-
version = "0.2.3"
|
|
478
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
479
|
-
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
|
480
|
-
|
|
481
|
-
[[package]]
|
|
482
|
-
name = "ppv-lite86"
|
|
483
|
-
version = "0.2.21"
|
|
484
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
485
|
-
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
486
|
-
dependencies = [
|
|
487
|
-
"zerocopy",
|
|
488
|
-
]
|
|
489
|
-
|
|
490
|
-
[[package]]
|
|
491
|
-
name = "proc-macro2"
|
|
492
|
-
version = "1.0.105"
|
|
493
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
494
|
-
checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
|
|
495
|
-
dependencies = [
|
|
496
|
-
"unicode-ident",
|
|
497
|
-
]
|
|
498
|
-
|
|
499
|
-
[[package]]
|
|
500
|
-
name = "quote"
|
|
501
|
-
version = "1.0.43"
|
|
502
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
503
|
-
checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
|
|
504
|
-
dependencies = [
|
|
505
|
-
"proc-macro2",
|
|
506
|
-
]
|
|
507
|
-
|
|
508
|
-
[[package]]
|
|
509
|
-
name = "r-efi"
|
|
510
|
-
version = "5.3.0"
|
|
511
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
512
|
-
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
513
|
-
|
|
514
|
-
[[package]]
|
|
515
|
-
name = "rand"
|
|
516
|
-
version = "0.8.5"
|
|
517
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
518
|
-
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
519
|
-
dependencies = [
|
|
520
|
-
"libc",
|
|
521
|
-
"rand_chacha",
|
|
522
|
-
"rand_core",
|
|
523
|
-
]
|
|
524
|
-
|
|
525
|
-
[[package]]
|
|
526
|
-
name = "rand_chacha"
|
|
527
|
-
version = "0.3.1"
|
|
528
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
529
|
-
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
530
|
-
dependencies = [
|
|
531
|
-
"ppv-lite86",
|
|
532
|
-
"rand_core",
|
|
533
|
-
]
|
|
534
|
-
|
|
535
|
-
[[package]]
|
|
536
|
-
name = "rand_core"
|
|
537
|
-
version = "0.6.4"
|
|
538
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
539
|
-
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
540
|
-
dependencies = [
|
|
541
|
-
"getrandom 0.2.17",
|
|
542
|
-
]
|
|
543
|
-
|
|
544
|
-
[[package]]
|
|
545
|
-
name = "rustc-hash"
|
|
546
|
-
version = "2.1.1"
|
|
547
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
548
|
-
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
549
|
-
|
|
550
|
-
[[package]]
|
|
551
|
-
name = "rustix"
|
|
552
|
-
version = "1.1.3"
|
|
553
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
554
|
-
checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
|
|
555
|
-
dependencies = [
|
|
556
|
-
"bitflags",
|
|
557
|
-
"errno",
|
|
558
|
-
"libc",
|
|
559
|
-
"linux-raw-sys",
|
|
560
|
-
"windows-sys",
|
|
561
|
-
]
|
|
562
|
-
|
|
563
|
-
[[package]]
|
|
564
|
-
name = "scroll"
|
|
565
|
-
version = "0.12.0"
|
|
566
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
567
|
-
checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
|
|
568
|
-
dependencies = [
|
|
569
|
-
"scroll_derive",
|
|
570
|
-
]
|
|
571
|
-
|
|
572
|
-
[[package]]
|
|
573
|
-
name = "scroll_derive"
|
|
574
|
-
version = "0.12.1"
|
|
575
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
576
|
-
checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
|
|
577
|
-
dependencies = [
|
|
578
|
-
"proc-macro2",
|
|
579
|
-
"quote",
|
|
580
|
-
"syn",
|
|
581
|
-
]
|
|
582
|
-
|
|
583
|
-
[[package]]
|
|
584
|
-
name = "secp256k1"
|
|
585
|
-
version = "0.29.1"
|
|
586
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
587
|
-
checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113"
|
|
588
|
-
dependencies = [
|
|
589
|
-
"bitcoin_hashes",
|
|
590
|
-
"rand",
|
|
591
|
-
"secp256k1-sys",
|
|
592
|
-
"serde",
|
|
593
|
-
]
|
|
594
|
-
|
|
595
|
-
[[package]]
|
|
596
|
-
name = "secp256k1-sys"
|
|
597
|
-
version = "0.10.1"
|
|
598
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
599
|
-
checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9"
|
|
600
|
-
dependencies = [
|
|
601
|
-
"cc",
|
|
602
|
-
]
|
|
603
|
-
|
|
604
|
-
[[package]]
|
|
605
|
-
name = "secp256k1-zkp"
|
|
606
|
-
version = "0.11.0"
|
|
607
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
608
|
-
checksum = "52a44aed3002b5ae975f8624c5df3a949cfbf00479e18778b6058fcd213b76e3"
|
|
609
|
-
dependencies = [
|
|
610
|
-
"bitcoin-private",
|
|
611
|
-
"rand",
|
|
612
|
-
"secp256k1",
|
|
613
|
-
"secp256k1-zkp-sys",
|
|
614
|
-
"serde",
|
|
615
|
-
]
|
|
616
|
-
|
|
617
|
-
[[package]]
|
|
618
|
-
name = "secp256k1-zkp-sys"
|
|
619
|
-
version = "0.10.1"
|
|
620
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
621
|
-
checksum = "57f08b2d0b143a22e07f798ae4f0ab20d5590d7c68e0d090f2088a48a21d1654"
|
|
622
|
-
dependencies = [
|
|
623
|
-
"cc",
|
|
624
|
-
"secp256k1-sys",
|
|
625
|
-
]
|
|
626
|
-
|
|
627
|
-
[[package]]
|
|
628
|
-
name = "semver"
|
|
629
|
-
version = "1.0.27"
|
|
630
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
631
|
-
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
|
632
|
-
dependencies = [
|
|
633
|
-
"serde",
|
|
634
|
-
"serde_core",
|
|
635
|
-
]
|
|
636
|
-
|
|
637
|
-
[[package]]
|
|
638
|
-
name = "serde"
|
|
639
|
-
version = "1.0.228"
|
|
640
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
641
|
-
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
642
|
-
dependencies = [
|
|
643
|
-
"serde_core",
|
|
644
|
-
"serde_derive",
|
|
645
|
-
]
|
|
646
|
-
|
|
647
|
-
[[package]]
|
|
648
|
-
name = "serde_core"
|
|
649
|
-
version = "1.0.228"
|
|
650
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
651
|
-
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
652
|
-
dependencies = [
|
|
653
|
-
"serde_derive",
|
|
654
|
-
]
|
|
655
|
-
|
|
656
|
-
[[package]]
|
|
657
|
-
name = "serde_derive"
|
|
658
|
-
version = "1.0.228"
|
|
659
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
660
|
-
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
661
|
-
dependencies = [
|
|
662
|
-
"proc-macro2",
|
|
663
|
-
"quote",
|
|
664
|
-
"syn",
|
|
665
|
-
]
|
|
666
|
-
|
|
667
|
-
[[package]]
|
|
668
|
-
name = "serde_json"
|
|
669
|
-
version = "1.0.149"
|
|
670
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
671
|
-
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
672
|
-
dependencies = [
|
|
673
|
-
"itoa",
|
|
674
|
-
"memchr",
|
|
675
|
-
"serde",
|
|
676
|
-
"serde_core",
|
|
677
|
-
"zmij",
|
|
678
|
-
]
|
|
679
|
-
|
|
680
|
-
[[package]]
|
|
681
|
-
name = "shlex"
|
|
682
|
-
version = "1.3.0"
|
|
683
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
684
|
-
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
685
|
-
|
|
686
|
-
[[package]]
|
|
687
|
-
name = "siphasher"
|
|
688
|
-
version = "0.3.11"
|
|
689
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
690
|
-
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|
691
|
-
|
|
692
|
-
[[package]]
|
|
693
|
-
name = "smawk"
|
|
694
|
-
version = "0.3.2"
|
|
695
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
696
|
-
checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
|
|
697
|
-
|
|
698
|
-
[[package]]
|
|
699
|
-
name = "static_assertions"
|
|
700
|
-
version = "1.1.0"
|
|
701
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
702
|
-
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
703
|
-
|
|
704
|
-
[[package]]
|
|
705
|
-
name = "strsim"
|
|
706
|
-
version = "0.11.1"
|
|
707
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
708
|
-
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
709
|
-
|
|
710
|
-
[[package]]
|
|
711
|
-
name = "syn"
|
|
712
|
-
version = "2.0.114"
|
|
713
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
714
|
-
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
|
|
715
|
-
dependencies = [
|
|
716
|
-
"proc-macro2",
|
|
717
|
-
"quote",
|
|
718
|
-
"unicode-ident",
|
|
719
|
-
]
|
|
720
|
-
|
|
721
|
-
[[package]]
|
|
722
|
-
name = "tempfile"
|
|
723
|
-
version = "3.24.0"
|
|
724
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
725
|
-
checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
|
|
726
|
-
dependencies = [
|
|
727
|
-
"fastrand",
|
|
728
|
-
"getrandom 0.3.4",
|
|
729
|
-
"once_cell",
|
|
730
|
-
"rustix",
|
|
731
|
-
"windows-sys",
|
|
732
|
-
]
|
|
733
|
-
|
|
734
|
-
[[package]]
|
|
735
|
-
name = "textwrap"
|
|
736
|
-
version = "0.16.2"
|
|
737
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
738
|
-
checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
|
|
739
|
-
dependencies = [
|
|
740
|
-
"smawk",
|
|
741
|
-
]
|
|
742
|
-
|
|
743
|
-
[[package]]
|
|
744
|
-
name = "thiserror"
|
|
745
|
-
version = "2.0.18"
|
|
746
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
747
|
-
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
748
|
-
dependencies = [
|
|
749
|
-
"thiserror-impl",
|
|
750
|
-
]
|
|
751
|
-
|
|
752
|
-
[[package]]
|
|
753
|
-
name = "thiserror-impl"
|
|
754
|
-
version = "2.0.18"
|
|
755
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
756
|
-
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
757
|
-
dependencies = [
|
|
758
|
-
"proc-macro2",
|
|
759
|
-
"quote",
|
|
760
|
-
"syn",
|
|
761
|
-
]
|
|
762
|
-
|
|
763
|
-
[[package]]
|
|
764
|
-
name = "tinyvec"
|
|
765
|
-
version = "1.10.0"
|
|
766
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
767
|
-
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
|
|
768
|
-
dependencies = [
|
|
769
|
-
"tinyvec_macros",
|
|
770
|
-
]
|
|
771
|
-
|
|
772
|
-
[[package]]
|
|
773
|
-
name = "tinyvec_macros"
|
|
774
|
-
version = "0.1.1"
|
|
775
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
776
|
-
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
777
|
-
|
|
778
|
-
[[package]]
|
|
779
|
-
name = "toml"
|
|
780
|
-
version = "0.5.11"
|
|
781
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
782
|
-
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
|
783
|
-
dependencies = [
|
|
784
|
-
"serde",
|
|
785
|
-
]
|
|
786
|
-
|
|
787
|
-
[[package]]
|
|
788
|
-
name = "unicode-ident"
|
|
789
|
-
version = "1.0.22"
|
|
790
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
791
|
-
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
|
792
|
-
|
|
793
|
-
[[package]]
|
|
794
|
-
name = "unicode-normalization"
|
|
795
|
-
version = "0.1.25"
|
|
796
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
797
|
-
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
|
|
798
|
-
dependencies = [
|
|
799
|
-
"tinyvec",
|
|
800
|
-
]
|
|
801
|
-
|
|
802
|
-
[[package]]
|
|
803
|
-
name = "uniffi"
|
|
804
|
-
version = "0.29.5"
|
|
805
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
806
|
-
checksum = "3291800a6b06569f7d3e15bdb6dc235e0f0c8bd3eb07177f430057feb076415f"
|
|
807
|
-
dependencies = [
|
|
808
|
-
"anyhow",
|
|
809
|
-
"camino",
|
|
810
|
-
"cargo_metadata",
|
|
811
|
-
"clap",
|
|
812
|
-
"uniffi_bindgen",
|
|
813
|
-
"uniffi_build",
|
|
814
|
-
"uniffi_core",
|
|
815
|
-
"uniffi_macros",
|
|
816
|
-
"uniffi_pipeline",
|
|
817
|
-
]
|
|
818
|
-
|
|
819
|
-
[[package]]
|
|
820
|
-
name = "uniffi_bindgen"
|
|
821
|
-
version = "0.29.5"
|
|
822
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
823
|
-
checksum = "a04b99fa7796eaaa7b87976a0dbdd1178dc1ee702ea00aca2642003aef9b669e"
|
|
824
|
-
dependencies = [
|
|
825
|
-
"anyhow",
|
|
826
|
-
"askama",
|
|
827
|
-
"camino",
|
|
828
|
-
"cargo_metadata",
|
|
829
|
-
"fs-err",
|
|
830
|
-
"glob",
|
|
831
|
-
"goblin",
|
|
832
|
-
"heck",
|
|
833
|
-
"indexmap",
|
|
834
|
-
"once_cell",
|
|
835
|
-
"serde",
|
|
836
|
-
"tempfile",
|
|
837
|
-
"textwrap",
|
|
838
|
-
"toml",
|
|
839
|
-
"uniffi_internal_macros",
|
|
840
|
-
"uniffi_meta",
|
|
841
|
-
"uniffi_pipeline",
|
|
842
|
-
"uniffi_udl",
|
|
843
|
-
]
|
|
844
|
-
|
|
845
|
-
[[package]]
|
|
846
|
-
name = "uniffi_build"
|
|
847
|
-
version = "0.29.5"
|
|
848
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
849
|
-
checksum = "025a05cba02ee22b6624ac3d257e59c7395319ea8fe1aae33a7cdb4e2a3016cc"
|
|
850
|
-
dependencies = [
|
|
851
|
-
"anyhow",
|
|
852
|
-
"camino",
|
|
853
|
-
"uniffi_bindgen",
|
|
854
|
-
]
|
|
855
|
-
|
|
856
|
-
[[package]]
|
|
857
|
-
name = "uniffi_core"
|
|
858
|
-
version = "0.29.5"
|
|
859
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
860
|
-
checksum = "f38a9a27529ccff732f8efddb831b65b1e07f7dea3fd4cacd4a35a8c4b253b98"
|
|
861
|
-
dependencies = [
|
|
862
|
-
"anyhow",
|
|
863
|
-
"bytes",
|
|
864
|
-
"once_cell",
|
|
865
|
-
"static_assertions",
|
|
866
|
-
]
|
|
867
|
-
|
|
868
|
-
[[package]]
|
|
869
|
-
name = "uniffi_internal_macros"
|
|
870
|
-
version = "0.29.5"
|
|
871
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
872
|
-
checksum = "09acd2ce09c777dd65ee97c251d33c8a972afc04873f1e3b21eb3492ade16933"
|
|
873
|
-
dependencies = [
|
|
874
|
-
"anyhow",
|
|
875
|
-
"indexmap",
|
|
876
|
-
"proc-macro2",
|
|
877
|
-
"quote",
|
|
878
|
-
"syn",
|
|
879
|
-
]
|
|
880
|
-
|
|
881
|
-
[[package]]
|
|
882
|
-
name = "uniffi_macros"
|
|
883
|
-
version = "0.29.5"
|
|
884
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
885
|
-
checksum = "5596f178c4f7aafa1a501c4e0b96236a96bc2ef92bdb453d83e609dad0040152"
|
|
886
|
-
dependencies = [
|
|
887
|
-
"camino",
|
|
888
|
-
"fs-err",
|
|
889
|
-
"once_cell",
|
|
890
|
-
"proc-macro2",
|
|
891
|
-
"quote",
|
|
892
|
-
"serde",
|
|
893
|
-
"syn",
|
|
894
|
-
"toml",
|
|
895
|
-
"uniffi_meta",
|
|
896
|
-
]
|
|
897
|
-
|
|
898
|
-
[[package]]
|
|
899
|
-
name = "uniffi_meta"
|
|
900
|
-
version = "0.29.5"
|
|
901
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
902
|
-
checksum = "beadc1f460eb2e209263c49c4f5b19e9a02e00a3b2b393f78ad10d766346ecff"
|
|
903
|
-
dependencies = [
|
|
904
|
-
"anyhow",
|
|
905
|
-
"siphasher",
|
|
906
|
-
"uniffi_internal_macros",
|
|
907
|
-
"uniffi_pipeline",
|
|
908
|
-
]
|
|
909
|
-
|
|
910
|
-
[[package]]
|
|
911
|
-
name = "uniffi_pipeline"
|
|
912
|
-
version = "0.29.5"
|
|
913
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
914
|
-
checksum = "dd76b3ac8a2d964ca9fce7df21c755afb4c77b054a85ad7a029ad179cc5abb8a"
|
|
915
|
-
dependencies = [
|
|
916
|
-
"anyhow",
|
|
917
|
-
"heck",
|
|
918
|
-
"indexmap",
|
|
919
|
-
"tempfile",
|
|
920
|
-
"uniffi_internal_macros",
|
|
921
|
-
]
|
|
922
|
-
|
|
923
|
-
[[package]]
|
|
924
|
-
name = "uniffi_udl"
|
|
925
|
-
version = "0.29.5"
|
|
926
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
927
|
-
checksum = "4319cf905911d70d5b97ce0f46f101619a22e9a189c8c46d797a9955e9233716"
|
|
928
|
-
dependencies = [
|
|
929
|
-
"anyhow",
|
|
930
|
-
"textwrap",
|
|
931
|
-
"uniffi_meta",
|
|
932
|
-
"weedle2",
|
|
933
|
-
]
|
|
934
|
-
|
|
935
|
-
[[package]]
|
|
936
|
-
name = "wasi"
|
|
937
|
-
version = "0.11.1+wasi-snapshot-preview1"
|
|
938
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
939
|
-
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
940
|
-
|
|
941
|
-
[[package]]
|
|
942
|
-
name = "wasip2"
|
|
943
|
-
version = "1.0.2+wasi-0.2.9"
|
|
944
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
945
|
-
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
|
946
|
-
dependencies = [
|
|
947
|
-
"wit-bindgen",
|
|
948
|
-
]
|
|
949
|
-
|
|
950
|
-
[[package]]
|
|
951
|
-
name = "weedle2"
|
|
952
|
-
version = "5.0.0"
|
|
953
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
954
|
-
checksum = "998d2c24ec099a87daf9467808859f9d82b61f1d9c9701251aea037f514eae0e"
|
|
955
|
-
dependencies = [
|
|
956
|
-
"nom",
|
|
957
|
-
]
|
|
958
|
-
|
|
959
|
-
[[package]]
|
|
960
|
-
name = "windows-link"
|
|
961
|
-
version = "0.2.1"
|
|
962
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
963
|
-
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
964
|
-
|
|
965
|
-
[[package]]
|
|
966
|
-
name = "windows-sys"
|
|
967
|
-
version = "0.61.2"
|
|
968
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
969
|
-
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
970
|
-
dependencies = [
|
|
971
|
-
"windows-link",
|
|
972
|
-
]
|
|
973
|
-
|
|
974
|
-
[[package]]
|
|
975
|
-
name = "winnow"
|
|
976
|
-
version = "0.7.14"
|
|
977
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
978
|
-
checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
|
|
979
|
-
dependencies = [
|
|
980
|
-
"memchr",
|
|
981
|
-
]
|
|
982
|
-
|
|
983
|
-
[[package]]
|
|
984
|
-
name = "wit-bindgen"
|
|
985
|
-
version = "0.51.0"
|
|
986
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
987
|
-
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
988
|
-
|
|
989
|
-
[[package]]
|
|
990
|
-
name = "zerocopy"
|
|
991
|
-
version = "0.8.33"
|
|
992
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
993
|
-
checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd"
|
|
994
|
-
dependencies = [
|
|
995
|
-
"zerocopy-derive",
|
|
996
|
-
]
|
|
997
|
-
|
|
998
|
-
[[package]]
|
|
999
|
-
name = "zerocopy-derive"
|
|
1000
|
-
version = "0.8.33"
|
|
1001
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1002
|
-
checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1"
|
|
1003
|
-
dependencies = [
|
|
1004
|
-
"proc-macro2",
|
|
1005
|
-
"quote",
|
|
1006
|
-
"syn",
|
|
1007
|
-
]
|
|
1008
|
-
|
|
1009
|
-
[[package]]
|
|
1010
|
-
name = "zmij"
|
|
1011
|
-
version = "1.0.15"
|
|
1012
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1013
|
-
checksum = "94f63c051f4fe3c1509da62131a678643c5b6fbdc9273b2b79d4378ebda003d2"
|