dynibo 0.1.0__tar.gz

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.
@@ -0,0 +1,965 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "RustyXML"
7
+ version = "0.3.0"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "8b5ace29ee3216de37c0546865ad08edef58b0f9e76838ed8959a84a990e58c5"
10
+
11
+ [[package]]
12
+ name = "aho-corasick"
13
+ version = "1.1.4"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
16
+ dependencies = [
17
+ "memchr",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "anes"
22
+ version = "0.1.6"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
25
+
26
+ [[package]]
27
+ name = "anstyle"
28
+ version = "1.0.14"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
31
+
32
+ [[package]]
33
+ name = "approx"
34
+ version = "0.5.1"
35
+ source = "registry+https://github.com/rust-lang/crates.io-index"
36
+ checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
37
+ dependencies = [
38
+ "num-traits",
39
+ ]
40
+
41
+ [[package]]
42
+ name = "autocfg"
43
+ version = "1.5.1"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
46
+
47
+ [[package]]
48
+ name = "bumpalo"
49
+ version = "3.20.3"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
52
+
53
+ [[package]]
54
+ name = "bytemuck"
55
+ version = "1.25.2"
56
+ source = "registry+https://github.com/rust-lang/crates.io-index"
57
+ checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797"
58
+
59
+ [[package]]
60
+ name = "cast"
61
+ version = "0.3.0"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
64
+
65
+ [[package]]
66
+ name = "cc"
67
+ version = "1.4.0"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9"
70
+ dependencies = [
71
+ "find-msvc-tools",
72
+ "shlex",
73
+ ]
74
+
75
+ [[package]]
76
+ name = "cfg-if"
77
+ version = "1.0.4"
78
+ source = "registry+https://github.com/rust-lang/crates.io-index"
79
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
80
+
81
+ [[package]]
82
+ name = "ciborium"
83
+ version = "0.2.2"
84
+ source = "registry+https://github.com/rust-lang/crates.io-index"
85
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
86
+ dependencies = [
87
+ "ciborium-io",
88
+ "ciborium-ll",
89
+ "serde",
90
+ ]
91
+
92
+ [[package]]
93
+ name = "ciborium-io"
94
+ version = "0.2.2"
95
+ source = "registry+https://github.com/rust-lang/crates.io-index"
96
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
97
+
98
+ [[package]]
99
+ name = "ciborium-ll"
100
+ version = "0.2.2"
101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
102
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
103
+ dependencies = [
104
+ "ciborium-io",
105
+ "half",
106
+ ]
107
+
108
+ [[package]]
109
+ name = "clap"
110
+ version = "4.6.4"
111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
112
+ checksum = "d91e0c145792ef73a6ad36d27c75ac09f1832222a3c209689d90f534685ee5b7"
113
+ dependencies = [
114
+ "clap_builder",
115
+ ]
116
+
117
+ [[package]]
118
+ name = "clap_builder"
119
+ version = "4.6.2"
120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
121
+ checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b"
122
+ dependencies = [
123
+ "anstyle",
124
+ "clap_lex",
125
+ ]
126
+
127
+ [[package]]
128
+ name = "clap_lex"
129
+ version = "1.1.0"
130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
131
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
132
+
133
+ [[package]]
134
+ name = "criterion"
135
+ version = "0.7.0"
136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
137
+ checksum = "e1c047a62b0cc3e145fa84415a3191f628e980b194c2755aa12300a4e6cbd928"
138
+ dependencies = [
139
+ "anes",
140
+ "cast",
141
+ "ciborium",
142
+ "clap",
143
+ "criterion-plot",
144
+ "itertools",
145
+ "num-traits",
146
+ "oorandom",
147
+ "plotters",
148
+ "rayon",
149
+ "regex",
150
+ "serde",
151
+ "serde_json",
152
+ "tinytemplate",
153
+ "walkdir",
154
+ ]
155
+
156
+ [[package]]
157
+ name = "criterion-plot"
158
+ version = "0.6.0"
159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
160
+ checksum = "9b1bcc0dc7dfae599d84ad0b1a55f80cde8af3725da8313b528da95ef783e338"
161
+ dependencies = [
162
+ "cast",
163
+ "itertools",
164
+ ]
165
+
166
+ [[package]]
167
+ name = "crossbeam-deque"
168
+ version = "0.8.7"
169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
170
+ checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
171
+ dependencies = [
172
+ "crossbeam-epoch",
173
+ "crossbeam-utils",
174
+ ]
175
+
176
+ [[package]]
177
+ name = "crossbeam-epoch"
178
+ version = "0.9.20"
179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
180
+ checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
181
+ dependencies = [
182
+ "crossbeam-utils",
183
+ ]
184
+
185
+ [[package]]
186
+ name = "crossbeam-utils"
187
+ version = "0.8.22"
188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
189
+ checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
190
+
191
+ [[package]]
192
+ name = "crunchy"
193
+ version = "0.2.4"
194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
195
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
196
+
197
+ [[package]]
198
+ name = "dynibo"
199
+ version = "0.1.0"
200
+ dependencies = [
201
+ "approx",
202
+ "cc",
203
+ "criterion",
204
+ "nalgebra",
205
+ "pkg-config",
206
+ "urdf-rs",
207
+ ]
208
+
209
+ [[package]]
210
+ name = "dynibo-c"
211
+ version = "0.1.0"
212
+ dependencies = [
213
+ "dynibo",
214
+ "nalgebra",
215
+ ]
216
+
217
+ [[package]]
218
+ name = "either"
219
+ version = "1.17.0"
220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
221
+ checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
222
+
223
+ [[package]]
224
+ name = "find-msvc-tools"
225
+ version = "0.1.9"
226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
227
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
228
+
229
+ [[package]]
230
+ name = "futures-core"
231
+ version = "0.3.33"
232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
233
+ checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
234
+
235
+ [[package]]
236
+ name = "futures-task"
237
+ version = "0.3.33"
238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
239
+ checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
240
+
241
+ [[package]]
242
+ name = "futures-util"
243
+ version = "0.3.33"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
246
+ dependencies = [
247
+ "futures-core",
248
+ "futures-task",
249
+ "pin-project-lite",
250
+ "slab",
251
+ ]
252
+
253
+ [[package]]
254
+ name = "glam"
255
+ version = "0.14.0"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "333928d5eb103c5d4050533cec0384302db6be8ef7d3cebd30ec6a35350353da"
258
+
259
+ [[package]]
260
+ name = "glam"
261
+ version = "0.15.2"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "3abb554f8ee44336b72d522e0a7fe86a29e09f839a36022fa869a7dfe941a54b"
264
+
265
+ [[package]]
266
+ name = "glam"
267
+ version = "0.16.0"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "4126c0479ccf7e8664c36a2d719f5f2c140fbb4f9090008098d2c291fa5b3f16"
270
+
271
+ [[package]]
272
+ name = "glam"
273
+ version = "0.17.3"
274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
275
+ checksum = "e01732b97afd8508eee3333a541b9f7610f454bb818669e66e90f5f57c93a776"
276
+
277
+ [[package]]
278
+ name = "glam"
279
+ version = "0.18.0"
280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
281
+ checksum = "525a3e490ba77b8e326fb67d4b44b4bd2f920f44d4cc73ccec50adc68e3bee34"
282
+
283
+ [[package]]
284
+ name = "glam"
285
+ version = "0.19.0"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "2b8509e6791516e81c1a630d0bd7fbac36d2fa8712a9da8662e716b52d5051ca"
288
+
289
+ [[package]]
290
+ name = "glam"
291
+ version = "0.20.5"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "f43e957e744be03f5801a55472f593d43fabdebf25a4585db250f04d86b1675f"
294
+
295
+ [[package]]
296
+ name = "glam"
297
+ version = "0.21.3"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "518faa5064866338b013ff9b2350dc318e14cc4fcd6cb8206d7e7c9886c98815"
300
+
301
+ [[package]]
302
+ name = "glam"
303
+ version = "0.22.0"
304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
305
+ checksum = "12f597d56c1bd55a811a1be189459e8fad2bbc272616375602443bdfb37fa774"
306
+
307
+ [[package]]
308
+ name = "glam"
309
+ version = "0.23.0"
310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
311
+ checksum = "8e4afd9ad95555081e109fe1d21f2a30c691b5f0919c67dfa690a2e1eb6bd51c"
312
+
313
+ [[package]]
314
+ name = "glam"
315
+ version = "0.24.2"
316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
317
+ checksum = "b5418c17512bdf42730f9032c74e1ae39afc408745ebb2acf72fbc4691c17945"
318
+
319
+ [[package]]
320
+ name = "glam"
321
+ version = "0.25.0"
322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
323
+ checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3"
324
+
325
+ [[package]]
326
+ name = "glam"
327
+ version = "0.27.0"
328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
329
+ checksum = "9e05e7e6723e3455f4818c7b26e855439f7546cf617ef669d1adedb8669e5cb9"
330
+
331
+ [[package]]
332
+ name = "glam"
333
+ version = "0.28.0"
334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
335
+ checksum = "779ae4bf7e8421cf91c0b3b64e7e8b40b862fba4d393f59150042de7c4965a94"
336
+
337
+ [[package]]
338
+ name = "glam"
339
+ version = "0.29.3"
340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
341
+ checksum = "8babf46d4c1c9d92deac9f7be466f76dfc4482b6452fc5024b5e8daf6ffeb3ee"
342
+
343
+ [[package]]
344
+ name = "glam"
345
+ version = "0.30.10"
346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
347
+ checksum = "19fc433e8437a212d1b6f1e68c7824af3aed907da60afa994e7f542d18d12aa9"
348
+
349
+ [[package]]
350
+ name = "glam"
351
+ version = "0.31.1"
352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
353
+ checksum = "556f6b2ea90b8d15a74e0e7bb41671c9bdf38cd9f78c284d750b9ce58a2b5be7"
354
+
355
+ [[package]]
356
+ name = "glam"
357
+ version = "0.32.1"
358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
359
+ checksum = "f70749695b063ecbf6b62949ccccde2e733ec3ecbbd71d467dca4e5c6c97cca0"
360
+
361
+ [[package]]
362
+ name = "half"
363
+ version = "2.7.1"
364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
365
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
366
+ dependencies = [
367
+ "cfg-if",
368
+ "crunchy",
369
+ "zerocopy",
370
+ ]
371
+
372
+ [[package]]
373
+ name = "itertools"
374
+ version = "0.13.0"
375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
376
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
377
+ dependencies = [
378
+ "either",
379
+ ]
380
+
381
+ [[package]]
382
+ name = "itoa"
383
+ version = "1.0.18"
384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
385
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
386
+
387
+ [[package]]
388
+ name = "js-sys"
389
+ version = "0.3.103"
390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
391
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
392
+ dependencies = [
393
+ "cfg-if",
394
+ "futures-util",
395
+ "wasm-bindgen",
396
+ ]
397
+
398
+ [[package]]
399
+ name = "log"
400
+ version = "0.4.33"
401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
402
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
403
+
404
+ [[package]]
405
+ name = "matrixmultiply"
406
+ version = "0.3.11"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "3f607c237553f086e7043417a51df26b2eb899d3caff94e6a67592ff992fedc7"
409
+ dependencies = [
410
+ "autocfg",
411
+ "rawpointer",
412
+ ]
413
+
414
+ [[package]]
415
+ name = "memchr"
416
+ version = "2.8.3"
417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
418
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
419
+
420
+ [[package]]
421
+ name = "nalgebra"
422
+ version = "0.34.2"
423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
424
+ checksum = "df76ea0ff5c7e6b88689085804d6132ded0ddb9de5ca5b8aeb9eeadc0508a70a"
425
+ dependencies = [
426
+ "approx",
427
+ "glam 0.14.0",
428
+ "glam 0.15.2",
429
+ "glam 0.16.0",
430
+ "glam 0.17.3",
431
+ "glam 0.18.0",
432
+ "glam 0.19.0",
433
+ "glam 0.20.5",
434
+ "glam 0.21.3",
435
+ "glam 0.22.0",
436
+ "glam 0.23.0",
437
+ "glam 0.24.2",
438
+ "glam 0.25.0",
439
+ "glam 0.27.0",
440
+ "glam 0.28.0",
441
+ "glam 0.29.3",
442
+ "glam 0.30.10",
443
+ "glam 0.31.1",
444
+ "glam 0.32.1",
445
+ "matrixmultiply",
446
+ "nalgebra-macros",
447
+ "num-complex",
448
+ "num-rational",
449
+ "num-traits",
450
+ "simba",
451
+ "typenum",
452
+ ]
453
+
454
+ [[package]]
455
+ name = "nalgebra-macros"
456
+ version = "0.3.0"
457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
458
+ checksum = "973e7178a678cfd059ccec50887658d482ce16b0aa9da3888ddeab5cd5eb4889"
459
+ dependencies = [
460
+ "proc-macro2",
461
+ "quote",
462
+ "syn 2.0.119",
463
+ ]
464
+
465
+ [[package]]
466
+ name = "num-bigint"
467
+ version = "0.4.8"
468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
469
+ checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
470
+ dependencies = [
471
+ "num-integer",
472
+ "num-traits",
473
+ ]
474
+
475
+ [[package]]
476
+ name = "num-complex"
477
+ version = "0.4.6"
478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
479
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
480
+ dependencies = [
481
+ "num-traits",
482
+ ]
483
+
484
+ [[package]]
485
+ name = "num-integer"
486
+ version = "0.1.46"
487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
488
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
489
+ dependencies = [
490
+ "num-traits",
491
+ ]
492
+
493
+ [[package]]
494
+ name = "num-rational"
495
+ version = "0.4.2"
496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
497
+ checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
498
+ dependencies = [
499
+ "num-bigint",
500
+ "num-integer",
501
+ "num-traits",
502
+ ]
503
+
504
+ [[package]]
505
+ name = "num-traits"
506
+ version = "0.2.19"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
509
+ dependencies = [
510
+ "autocfg",
511
+ ]
512
+
513
+ [[package]]
514
+ name = "once_cell"
515
+ version = "1.21.4"
516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
517
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
518
+
519
+ [[package]]
520
+ name = "oorandom"
521
+ version = "11.1.5"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
524
+
525
+ [[package]]
526
+ name = "paste"
527
+ version = "1.0.15"
528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
529
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
530
+
531
+ [[package]]
532
+ name = "pin-project-lite"
533
+ version = "0.2.17"
534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
535
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
536
+
537
+ [[package]]
538
+ name = "pkg-config"
539
+ version = "0.3.33"
540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
541
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
542
+
543
+ [[package]]
544
+ name = "plotters"
545
+ version = "0.3.7"
546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
547
+ checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
548
+ dependencies = [
549
+ "num-traits",
550
+ "plotters-backend",
551
+ "plotters-svg",
552
+ "wasm-bindgen",
553
+ "web-sys",
554
+ ]
555
+
556
+ [[package]]
557
+ name = "plotters-backend"
558
+ version = "0.3.7"
559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
560
+ checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
561
+
562
+ [[package]]
563
+ name = "plotters-svg"
564
+ version = "0.3.7"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
567
+ dependencies = [
568
+ "plotters-backend",
569
+ ]
570
+
571
+ [[package]]
572
+ name = "proc-macro2"
573
+ version = "1.0.107"
574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
575
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
576
+ dependencies = [
577
+ "unicode-ident",
578
+ ]
579
+
580
+ [[package]]
581
+ name = "quick-xml"
582
+ version = "0.36.2"
583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
584
+ checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
585
+ dependencies = [
586
+ "memchr",
587
+ "serde",
588
+ ]
589
+
590
+ [[package]]
591
+ name = "quote"
592
+ version = "1.0.47"
593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
594
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
595
+ dependencies = [
596
+ "proc-macro2",
597
+ ]
598
+
599
+ [[package]]
600
+ name = "rawpointer"
601
+ version = "0.2.1"
602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
603
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
604
+
605
+ [[package]]
606
+ name = "rayon"
607
+ version = "1.12.0"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
610
+ dependencies = [
611
+ "either",
612
+ "rayon-core",
613
+ ]
614
+
615
+ [[package]]
616
+ name = "rayon-core"
617
+ version = "1.13.0"
618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
619
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
620
+ dependencies = [
621
+ "crossbeam-deque",
622
+ "crossbeam-utils",
623
+ ]
624
+
625
+ [[package]]
626
+ name = "regex"
627
+ version = "1.13.1"
628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
629
+ checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
630
+ dependencies = [
631
+ "aho-corasick",
632
+ "memchr",
633
+ "regex-automata",
634
+ "regex-syntax",
635
+ ]
636
+
637
+ [[package]]
638
+ name = "regex-automata"
639
+ version = "0.4.16"
640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
641
+ checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
642
+ dependencies = [
643
+ "aho-corasick",
644
+ "memchr",
645
+ "regex-syntax",
646
+ ]
647
+
648
+ [[package]]
649
+ name = "regex-syntax"
650
+ version = "0.8.11"
651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
652
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
653
+
654
+ [[package]]
655
+ name = "rustversion"
656
+ version = "1.0.23"
657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
658
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
659
+
660
+ [[package]]
661
+ name = "safe_arch"
662
+ version = "0.7.4"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323"
665
+ dependencies = [
666
+ "bytemuck",
667
+ ]
668
+
669
+ [[package]]
670
+ name = "same-file"
671
+ version = "1.0.6"
672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
673
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
674
+ dependencies = [
675
+ "winapi-util",
676
+ ]
677
+
678
+ [[package]]
679
+ name = "serde"
680
+ version = "1.0.229"
681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
682
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
683
+ dependencies = [
684
+ "serde_core",
685
+ "serde_derive",
686
+ ]
687
+
688
+ [[package]]
689
+ name = "serde-xml-rs"
690
+ version = "0.6.0"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782"
693
+ dependencies = [
694
+ "log",
695
+ "serde",
696
+ "thiserror",
697
+ "xml-rs",
698
+ ]
699
+
700
+ [[package]]
701
+ name = "serde_core"
702
+ version = "1.0.229"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
705
+ dependencies = [
706
+ "serde_derive",
707
+ ]
708
+
709
+ [[package]]
710
+ name = "serde_derive"
711
+ version = "1.0.229"
712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
713
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
714
+ dependencies = [
715
+ "proc-macro2",
716
+ "quote",
717
+ "syn 3.0.3",
718
+ ]
719
+
720
+ [[package]]
721
+ name = "serde_json"
722
+ version = "1.0.151"
723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
724
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
725
+ dependencies = [
726
+ "itoa",
727
+ "memchr",
728
+ "serde",
729
+ "serde_core",
730
+ "zmij",
731
+ ]
732
+
733
+ [[package]]
734
+ name = "shlex"
735
+ version = "2.0.1"
736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
737
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
738
+
739
+ [[package]]
740
+ name = "simba"
741
+ version = "0.9.1"
742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
743
+ checksum = "c99284beb21666094ba2b75bbceda012e610f5479dfcc2d6e2426f53197ffd95"
744
+ dependencies = [
745
+ "approx",
746
+ "num-complex",
747
+ "num-traits",
748
+ "paste",
749
+ "wide",
750
+ ]
751
+
752
+ [[package]]
753
+ name = "slab"
754
+ version = "0.4.12"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
757
+
758
+ [[package]]
759
+ name = "syn"
760
+ version = "2.0.119"
761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
762
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
763
+ dependencies = [
764
+ "proc-macro2",
765
+ "quote",
766
+ "unicode-ident",
767
+ ]
768
+
769
+ [[package]]
770
+ name = "syn"
771
+ version = "3.0.3"
772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
773
+ checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
774
+ dependencies = [
775
+ "proc-macro2",
776
+ "quote",
777
+ "unicode-ident",
778
+ ]
779
+
780
+ [[package]]
781
+ name = "thiserror"
782
+ version = "1.0.69"
783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
784
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
785
+ dependencies = [
786
+ "thiserror-impl",
787
+ ]
788
+
789
+ [[package]]
790
+ name = "thiserror-impl"
791
+ version = "1.0.69"
792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
793
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
794
+ dependencies = [
795
+ "proc-macro2",
796
+ "quote",
797
+ "syn 2.0.119",
798
+ ]
799
+
800
+ [[package]]
801
+ name = "tinytemplate"
802
+ version = "1.2.1"
803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
804
+ checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
805
+ dependencies = [
806
+ "serde",
807
+ "serde_json",
808
+ ]
809
+
810
+ [[package]]
811
+ name = "typenum"
812
+ version = "1.20.1"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
815
+
816
+ [[package]]
817
+ name = "unicode-ident"
818
+ version = "1.0.24"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
821
+
822
+ [[package]]
823
+ name = "urdf-rs"
824
+ version = "0.9.0"
825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
826
+ checksum = "074515a3e6dc230bbbdcf35830fd71b67b55ae2ac22bc4ff69d89412fc84b830"
827
+ dependencies = [
828
+ "RustyXML",
829
+ "quick-xml",
830
+ "regex",
831
+ "serde",
832
+ "serde-xml-rs",
833
+ "thiserror",
834
+ ]
835
+
836
+ [[package]]
837
+ name = "walkdir"
838
+ version = "2.5.0"
839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
840
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
841
+ dependencies = [
842
+ "same-file",
843
+ "winapi-util",
844
+ ]
845
+
846
+ [[package]]
847
+ name = "wasm-bindgen"
848
+ version = "0.2.126"
849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
850
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
851
+ dependencies = [
852
+ "cfg-if",
853
+ "once_cell",
854
+ "rustversion",
855
+ "wasm-bindgen-macro",
856
+ "wasm-bindgen-shared",
857
+ ]
858
+
859
+ [[package]]
860
+ name = "wasm-bindgen-macro"
861
+ version = "0.2.126"
862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
863
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
864
+ dependencies = [
865
+ "quote",
866
+ "wasm-bindgen-macro-support",
867
+ ]
868
+
869
+ [[package]]
870
+ name = "wasm-bindgen-macro-support"
871
+ version = "0.2.126"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
874
+ dependencies = [
875
+ "bumpalo",
876
+ "proc-macro2",
877
+ "quote",
878
+ "syn 2.0.119",
879
+ "wasm-bindgen-shared",
880
+ ]
881
+
882
+ [[package]]
883
+ name = "wasm-bindgen-shared"
884
+ version = "0.2.126"
885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
886
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
887
+ dependencies = [
888
+ "unicode-ident",
889
+ ]
890
+
891
+ [[package]]
892
+ name = "web-sys"
893
+ version = "0.3.103"
894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
895
+ checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
896
+ dependencies = [
897
+ "js-sys",
898
+ "wasm-bindgen",
899
+ ]
900
+
901
+ [[package]]
902
+ name = "wide"
903
+ version = "0.7.33"
904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
905
+ checksum = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03"
906
+ dependencies = [
907
+ "bytemuck",
908
+ "safe_arch",
909
+ ]
910
+
911
+ [[package]]
912
+ name = "winapi-util"
913
+ version = "0.1.11"
914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
915
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
916
+ dependencies = [
917
+ "windows-sys",
918
+ ]
919
+
920
+ [[package]]
921
+ name = "windows-link"
922
+ version = "0.2.1"
923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
924
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
925
+
926
+ [[package]]
927
+ name = "windows-sys"
928
+ version = "0.61.2"
929
+ source = "registry+https://github.com/rust-lang/crates.io-index"
930
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
931
+ dependencies = [
932
+ "windows-link",
933
+ ]
934
+
935
+ [[package]]
936
+ name = "xml-rs"
937
+ version = "0.8.28"
938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
939
+ checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
940
+
941
+ [[package]]
942
+ name = "zerocopy"
943
+ version = "0.8.55"
944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
945
+ checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
946
+ dependencies = [
947
+ "zerocopy-derive",
948
+ ]
949
+
950
+ [[package]]
951
+ name = "zerocopy-derive"
952
+ version = "0.8.55"
953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
954
+ checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
955
+ dependencies = [
956
+ "proc-macro2",
957
+ "quote",
958
+ "syn 2.0.119",
959
+ ]
960
+
961
+ [[package]]
962
+ name = "zmij"
963
+ version = "1.0.23"
964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
965
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"