tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.graspologic-native: init at 1.2.1
natsukium
2 years ago
bbf2e779
2773725f
+704
3 changed files
expand all
collapse all
unified
split
pkgs
development
python-modules
graspologic-native
Cargo.lock
default.nix
top-level
python-packages.nix
+652
pkgs/development/python-modules/graspologic-native/Cargo.lock
reviewed
···
1
1
+
# This file is automatically @generated by Cargo.
2
2
+
# It is not intended for manual editing.
3
3
+
version = 3
4
4
+
5
5
+
[[package]]
6
6
+
name = "android-tzdata"
7
7
+
version = "0.1.1"
8
8
+
source = "registry+https://github.com/rust-lang/crates.io-index"
9
9
+
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
10
10
+
11
11
+
[[package]]
12
12
+
name = "android_system_properties"
13
13
+
version = "0.1.5"
14
14
+
source = "registry+https://github.com/rust-lang/crates.io-index"
15
15
+
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
16
16
+
dependencies = [
17
17
+
"libc",
18
18
+
]
19
19
+
20
20
+
[[package]]
21
21
+
name = "ansi_term"
22
22
+
version = "0.12.1"
23
23
+
source = "registry+https://github.com/rust-lang/crates.io-index"
24
24
+
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
25
25
+
dependencies = [
26
26
+
"winapi",
27
27
+
]
28
28
+
29
29
+
[[package]]
30
30
+
name = "atty"
31
31
+
version = "0.2.14"
32
32
+
source = "registry+https://github.com/rust-lang/crates.io-index"
33
33
+
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
34
34
+
dependencies = [
35
35
+
"hermit-abi",
36
36
+
"libc",
37
37
+
"winapi",
38
38
+
]
39
39
+
40
40
+
[[package]]
41
41
+
name = "autocfg"
42
42
+
version = "1.3.0"
43
43
+
source = "registry+https://github.com/rust-lang/crates.io-index"
44
44
+
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
45
45
+
46
46
+
[[package]]
47
47
+
name = "bitflags"
48
48
+
version = "1.3.2"
49
49
+
source = "registry+https://github.com/rust-lang/crates.io-index"
50
50
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
51
51
+
52
52
+
[[package]]
53
53
+
name = "bumpalo"
54
54
+
version = "3.16.0"
55
55
+
source = "registry+https://github.com/rust-lang/crates.io-index"
56
56
+
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
57
57
+
58
58
+
[[package]]
59
59
+
name = "cc"
60
60
+
version = "1.0.104"
61
61
+
source = "registry+https://github.com/rust-lang/crates.io-index"
62
62
+
checksum = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490"
63
63
+
64
64
+
[[package]]
65
65
+
name = "cfg-if"
66
66
+
version = "1.0.0"
67
67
+
source = "registry+https://github.com/rust-lang/crates.io-index"
68
68
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
69
69
+
70
70
+
[[package]]
71
71
+
name = "chrono"
72
72
+
version = "0.4.38"
73
73
+
source = "registry+https://github.com/rust-lang/crates.io-index"
74
74
+
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
75
75
+
dependencies = [
76
76
+
"android-tzdata",
77
77
+
"iana-time-zone",
78
78
+
"js-sys",
79
79
+
"num-traits",
80
80
+
"wasm-bindgen",
81
81
+
"windows-targets",
82
82
+
]
83
83
+
84
84
+
[[package]]
85
85
+
name = "clap"
86
86
+
version = "2.34.0"
87
87
+
source = "registry+https://github.com/rust-lang/crates.io-index"
88
88
+
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
89
89
+
dependencies = [
90
90
+
"ansi_term",
91
91
+
"atty",
92
92
+
"bitflags",
93
93
+
"strsim",
94
94
+
"textwrap",
95
95
+
"unicode-width",
96
96
+
"vec_map",
97
97
+
]
98
98
+
99
99
+
[[package]]
100
100
+
name = "cli"
101
101
+
version = "0.1.0"
102
102
+
dependencies = [
103
103
+
"clap",
104
104
+
"network_partitions",
105
105
+
"rand",
106
106
+
"rand_xorshift",
107
107
+
]
108
108
+
109
109
+
[[package]]
110
110
+
name = "core-foundation-sys"
111
111
+
version = "0.8.6"
112
112
+
source = "registry+https://github.com/rust-lang/crates.io-index"
113
113
+
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
114
114
+
115
115
+
[[package]]
116
116
+
name = "getrandom"
117
117
+
version = "0.2.15"
118
118
+
source = "registry+https://github.com/rust-lang/crates.io-index"
119
119
+
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
120
120
+
dependencies = [
121
121
+
"cfg-if",
122
122
+
"libc",
123
123
+
"wasi",
124
124
+
]
125
125
+
126
126
+
[[package]]
127
127
+
name = "graspologic_native"
128
128
+
version = "1.2.1"
129
129
+
dependencies = [
130
130
+
"chrono",
131
131
+
"network_partitions",
132
132
+
"pyo3",
133
133
+
"rand",
134
134
+
"rand_xorshift",
135
135
+
]
136
136
+
137
137
+
[[package]]
138
138
+
name = "hermit-abi"
139
139
+
version = "0.1.19"
140
140
+
source = "registry+https://github.com/rust-lang/crates.io-index"
141
141
+
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
142
142
+
dependencies = [
143
143
+
"libc",
144
144
+
]
145
145
+
146
146
+
[[package]]
147
147
+
name = "iana-time-zone"
148
148
+
version = "0.1.60"
149
149
+
source = "registry+https://github.com/rust-lang/crates.io-index"
150
150
+
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
151
151
+
dependencies = [
152
152
+
"android_system_properties",
153
153
+
"core-foundation-sys",
154
154
+
"iana-time-zone-haiku",
155
155
+
"js-sys",
156
156
+
"wasm-bindgen",
157
157
+
"windows-core",
158
158
+
]
159
159
+
160
160
+
[[package]]
161
161
+
name = "iana-time-zone-haiku"
162
162
+
version = "0.1.2"
163
163
+
source = "registry+https://github.com/rust-lang/crates.io-index"
164
164
+
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
165
165
+
dependencies = [
166
166
+
"cc",
167
167
+
]
168
168
+
169
169
+
[[package]]
170
170
+
name = "indoc"
171
171
+
version = "0.3.6"
172
172
+
source = "registry+https://github.com/rust-lang/crates.io-index"
173
173
+
checksum = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8"
174
174
+
dependencies = [
175
175
+
"indoc-impl",
176
176
+
"proc-macro-hack",
177
177
+
]
178
178
+
179
179
+
[[package]]
180
180
+
name = "indoc-impl"
181
181
+
version = "0.3.6"
182
182
+
source = "registry+https://github.com/rust-lang/crates.io-index"
183
183
+
checksum = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0"
184
184
+
dependencies = [
185
185
+
"proc-macro-hack",
186
186
+
"proc-macro2",
187
187
+
"quote",
188
188
+
"syn 1.0.109",
189
189
+
"unindent",
190
190
+
]
191
191
+
192
192
+
[[package]]
193
193
+
name = "instant"
194
194
+
version = "0.1.13"
195
195
+
source = "registry+https://github.com/rust-lang/crates.io-index"
196
196
+
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
197
197
+
dependencies = [
198
198
+
"cfg-if",
199
199
+
]
200
200
+
201
201
+
[[package]]
202
202
+
name = "js-sys"
203
203
+
version = "0.3.69"
204
204
+
source = "registry+https://github.com/rust-lang/crates.io-index"
205
205
+
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
206
206
+
dependencies = [
207
207
+
"wasm-bindgen",
208
208
+
]
209
209
+
210
210
+
[[package]]
211
211
+
name = "libc"
212
212
+
version = "0.2.155"
213
213
+
source = "registry+https://github.com/rust-lang/crates.io-index"
214
214
+
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
215
215
+
216
216
+
[[package]]
217
217
+
name = "lock_api"
218
218
+
version = "0.4.12"
219
219
+
source = "registry+https://github.com/rust-lang/crates.io-index"
220
220
+
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
221
221
+
dependencies = [
222
222
+
"autocfg",
223
223
+
"scopeguard",
224
224
+
]
225
225
+
226
226
+
[[package]]
227
227
+
name = "log"
228
228
+
version = "0.4.22"
229
229
+
source = "registry+https://github.com/rust-lang/crates.io-index"
230
230
+
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
231
231
+
232
232
+
[[package]]
233
233
+
name = "network_partitions"
234
234
+
version = "0.1.0"
235
235
+
dependencies = [
236
236
+
"chrono",
237
237
+
"rand",
238
238
+
"rand_xorshift",
239
239
+
]
240
240
+
241
241
+
[[package]]
242
242
+
name = "num-traits"
243
243
+
version = "0.2.19"
244
244
+
source = "registry+https://github.com/rust-lang/crates.io-index"
245
245
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
246
246
+
dependencies = [
247
247
+
"autocfg",
248
248
+
]
249
249
+
250
250
+
[[package]]
251
251
+
name = "once_cell"
252
252
+
version = "1.19.0"
253
253
+
source = "registry+https://github.com/rust-lang/crates.io-index"
254
254
+
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
255
255
+
256
256
+
[[package]]
257
257
+
name = "parking_lot"
258
258
+
version = "0.11.2"
259
259
+
source = "registry+https://github.com/rust-lang/crates.io-index"
260
260
+
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
261
261
+
dependencies = [
262
262
+
"instant",
263
263
+
"lock_api",
264
264
+
"parking_lot_core",
265
265
+
]
266
266
+
267
267
+
[[package]]
268
268
+
name = "parking_lot_core"
269
269
+
version = "0.8.6"
270
270
+
source = "registry+https://github.com/rust-lang/crates.io-index"
271
271
+
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
272
272
+
dependencies = [
273
273
+
"cfg-if",
274
274
+
"instant",
275
275
+
"libc",
276
276
+
"redox_syscall",
277
277
+
"smallvec",
278
278
+
"winapi",
279
279
+
]
280
280
+
281
281
+
[[package]]
282
282
+
name = "paste"
283
283
+
version = "0.1.18"
284
284
+
source = "registry+https://github.com/rust-lang/crates.io-index"
285
285
+
checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
286
286
+
dependencies = [
287
287
+
"paste-impl",
288
288
+
"proc-macro-hack",
289
289
+
]
290
290
+
291
291
+
[[package]]
292
292
+
name = "paste-impl"
293
293
+
version = "0.1.18"
294
294
+
source = "registry+https://github.com/rust-lang/crates.io-index"
295
295
+
checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
296
296
+
dependencies = [
297
297
+
"proc-macro-hack",
298
298
+
]
299
299
+
300
300
+
[[package]]
301
301
+
name = "ppv-lite86"
302
302
+
version = "0.2.17"
303
303
+
source = "registry+https://github.com/rust-lang/crates.io-index"
304
304
+
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
305
305
+
306
306
+
[[package]]
307
307
+
name = "proc-macro-hack"
308
308
+
version = "0.5.20+deprecated"
309
309
+
source = "registry+https://github.com/rust-lang/crates.io-index"
310
310
+
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
311
311
+
312
312
+
[[package]]
313
313
+
name = "proc-macro2"
314
314
+
version = "1.0.86"
315
315
+
source = "registry+https://github.com/rust-lang/crates.io-index"
316
316
+
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
317
317
+
dependencies = [
318
318
+
"unicode-ident",
319
319
+
]
320
320
+
321
321
+
[[package]]
322
322
+
name = "pyo3"
323
323
+
version = "0.15.2"
324
324
+
source = "registry+https://github.com/rust-lang/crates.io-index"
325
325
+
checksum = "d41d50a7271e08c7c8a54cd24af5d62f73ee3a6f6a314215281ebdec421d5752"
326
326
+
dependencies = [
327
327
+
"cfg-if",
328
328
+
"indoc",
329
329
+
"libc",
330
330
+
"parking_lot",
331
331
+
"paste",
332
332
+
"pyo3-build-config",
333
333
+
"pyo3-macros",
334
334
+
"unindent",
335
335
+
]
336
336
+
337
337
+
[[package]]
338
338
+
name = "pyo3-build-config"
339
339
+
version = "0.15.2"
340
340
+
source = "registry+https://github.com/rust-lang/crates.io-index"
341
341
+
checksum = "779239fc40b8e18bc8416d3a37d280ca9b9fb04bda54b98037bb6748595c2410"
342
342
+
dependencies = [
343
343
+
"once_cell",
344
344
+
]
345
345
+
346
346
+
[[package]]
347
347
+
name = "pyo3-macros"
348
348
+
version = "0.15.2"
349
349
+
source = "registry+https://github.com/rust-lang/crates.io-index"
350
350
+
checksum = "00b247e8c664be87998d8628e86f282c25066165f1f8dda66100c48202fdb93a"
351
351
+
dependencies = [
352
352
+
"pyo3-macros-backend",
353
353
+
"quote",
354
354
+
"syn 1.0.109",
355
355
+
]
356
356
+
357
357
+
[[package]]
358
358
+
name = "pyo3-macros-backend"
359
359
+
version = "0.15.2"
360
360
+
source = "registry+https://github.com/rust-lang/crates.io-index"
361
361
+
checksum = "5a8c2812c412e00e641d99eeb79dd478317d981d938aa60325dfa7157b607095"
362
362
+
dependencies = [
363
363
+
"proc-macro2",
364
364
+
"pyo3-build-config",
365
365
+
"quote",
366
366
+
"syn 1.0.109",
367
367
+
]
368
368
+
369
369
+
[[package]]
370
370
+
name = "quote"
371
371
+
version = "1.0.36"
372
372
+
source = "registry+https://github.com/rust-lang/crates.io-index"
373
373
+
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
374
374
+
dependencies = [
375
375
+
"proc-macro2",
376
376
+
]
377
377
+
378
378
+
[[package]]
379
379
+
name = "rand"
380
380
+
version = "0.8.5"
381
381
+
source = "registry+https://github.com/rust-lang/crates.io-index"
382
382
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
383
383
+
dependencies = [
384
384
+
"libc",
385
385
+
"rand_chacha",
386
386
+
"rand_core",
387
387
+
]
388
388
+
389
389
+
[[package]]
390
390
+
name = "rand_chacha"
391
391
+
version = "0.3.1"
392
392
+
source = "registry+https://github.com/rust-lang/crates.io-index"
393
393
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
394
394
+
dependencies = [
395
395
+
"ppv-lite86",
396
396
+
"rand_core",
397
397
+
]
398
398
+
399
399
+
[[package]]
400
400
+
name = "rand_core"
401
401
+
version = "0.6.4"
402
402
+
source = "registry+https://github.com/rust-lang/crates.io-index"
403
403
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
404
404
+
dependencies = [
405
405
+
"getrandom",
406
406
+
]
407
407
+
408
408
+
[[package]]
409
409
+
name = "rand_xorshift"
410
410
+
version = "0.3.0"
411
411
+
source = "registry+https://github.com/rust-lang/crates.io-index"
412
412
+
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
413
413
+
dependencies = [
414
414
+
"rand_core",
415
415
+
]
416
416
+
417
417
+
[[package]]
418
418
+
name = "redox_syscall"
419
419
+
version = "0.2.16"
420
420
+
source = "registry+https://github.com/rust-lang/crates.io-index"
421
421
+
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
422
422
+
dependencies = [
423
423
+
"bitflags",
424
424
+
]
425
425
+
426
426
+
[[package]]
427
427
+
name = "scopeguard"
428
428
+
version = "1.2.0"
429
429
+
source = "registry+https://github.com/rust-lang/crates.io-index"
430
430
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
431
431
+
432
432
+
[[package]]
433
433
+
name = "smallvec"
434
434
+
version = "1.13.2"
435
435
+
source = "registry+https://github.com/rust-lang/crates.io-index"
436
436
+
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
437
437
+
438
438
+
[[package]]
439
439
+
name = "strsim"
440
440
+
version = "0.8.0"
441
441
+
source = "registry+https://github.com/rust-lang/crates.io-index"
442
442
+
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
443
443
+
444
444
+
[[package]]
445
445
+
name = "syn"
446
446
+
version = "1.0.109"
447
447
+
source = "registry+https://github.com/rust-lang/crates.io-index"
448
448
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
449
449
+
dependencies = [
450
450
+
"proc-macro2",
451
451
+
"quote",
452
452
+
"unicode-ident",
453
453
+
]
454
454
+
455
455
+
[[package]]
456
456
+
name = "syn"
457
457
+
version = "2.0.69"
458
458
+
source = "registry+https://github.com/rust-lang/crates.io-index"
459
459
+
checksum = "201fcda3845c23e8212cd466bfebf0bd20694490fc0356ae8e428e0824a915a6"
460
460
+
dependencies = [
461
461
+
"proc-macro2",
462
462
+
"quote",
463
463
+
"unicode-ident",
464
464
+
]
465
465
+
466
466
+
[[package]]
467
467
+
name = "textwrap"
468
468
+
version = "0.11.0"
469
469
+
source = "registry+https://github.com/rust-lang/crates.io-index"
470
470
+
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
471
471
+
dependencies = [
472
472
+
"unicode-width",
473
473
+
]
474
474
+
475
475
+
[[package]]
476
476
+
name = "unicode-ident"
477
477
+
version = "1.0.12"
478
478
+
source = "registry+https://github.com/rust-lang/crates.io-index"
479
479
+
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
480
480
+
481
481
+
[[package]]
482
482
+
name = "unicode-width"
483
483
+
version = "0.1.13"
484
484
+
source = "registry+https://github.com/rust-lang/crates.io-index"
485
485
+
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
486
486
+
487
487
+
[[package]]
488
488
+
name = "unindent"
489
489
+
version = "0.1.11"
490
490
+
source = "registry+https://github.com/rust-lang/crates.io-index"
491
491
+
checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
492
492
+
493
493
+
[[package]]
494
494
+
name = "vec_map"
495
495
+
version = "0.8.2"
496
496
+
source = "registry+https://github.com/rust-lang/crates.io-index"
497
497
+
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
498
498
+
499
499
+
[[package]]
500
500
+
name = "wasi"
501
501
+
version = "0.11.0+wasi-snapshot-preview1"
502
502
+
source = "registry+https://github.com/rust-lang/crates.io-index"
503
503
+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
504
504
+
505
505
+
[[package]]
506
506
+
name = "wasm-bindgen"
507
507
+
version = "0.2.92"
508
508
+
source = "registry+https://github.com/rust-lang/crates.io-index"
509
509
+
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
510
510
+
dependencies = [
511
511
+
"cfg-if",
512
512
+
"wasm-bindgen-macro",
513
513
+
]
514
514
+
515
515
+
[[package]]
516
516
+
name = "wasm-bindgen-backend"
517
517
+
version = "0.2.92"
518
518
+
source = "registry+https://github.com/rust-lang/crates.io-index"
519
519
+
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
520
520
+
dependencies = [
521
521
+
"bumpalo",
522
522
+
"log",
523
523
+
"once_cell",
524
524
+
"proc-macro2",
525
525
+
"quote",
526
526
+
"syn 2.0.69",
527
527
+
"wasm-bindgen-shared",
528
528
+
]
529
529
+
530
530
+
[[package]]
531
531
+
name = "wasm-bindgen-macro"
532
532
+
version = "0.2.92"
533
533
+
source = "registry+https://github.com/rust-lang/crates.io-index"
534
534
+
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
535
535
+
dependencies = [
536
536
+
"quote",
537
537
+
"wasm-bindgen-macro-support",
538
538
+
]
539
539
+
540
540
+
[[package]]
541
541
+
name = "wasm-bindgen-macro-support"
542
542
+
version = "0.2.92"
543
543
+
source = "registry+https://github.com/rust-lang/crates.io-index"
544
544
+
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
545
545
+
dependencies = [
546
546
+
"proc-macro2",
547
547
+
"quote",
548
548
+
"syn 2.0.69",
549
549
+
"wasm-bindgen-backend",
550
550
+
"wasm-bindgen-shared",
551
551
+
]
552
552
+
553
553
+
[[package]]
554
554
+
name = "wasm-bindgen-shared"
555
555
+
version = "0.2.92"
556
556
+
source = "registry+https://github.com/rust-lang/crates.io-index"
557
557
+
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
558
558
+
559
559
+
[[package]]
560
560
+
name = "winapi"
561
561
+
version = "0.3.9"
562
562
+
source = "registry+https://github.com/rust-lang/crates.io-index"
563
563
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
564
564
+
dependencies = [
565
565
+
"winapi-i686-pc-windows-gnu",
566
566
+
"winapi-x86_64-pc-windows-gnu",
567
567
+
]
568
568
+
569
569
+
[[package]]
570
570
+
name = "winapi-i686-pc-windows-gnu"
571
571
+
version = "0.4.0"
572
572
+
source = "registry+https://github.com/rust-lang/crates.io-index"
573
573
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
574
574
+
575
575
+
[[package]]
576
576
+
name = "winapi-x86_64-pc-windows-gnu"
577
577
+
version = "0.4.0"
578
578
+
source = "registry+https://github.com/rust-lang/crates.io-index"
579
579
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
580
580
+
581
581
+
[[package]]
582
582
+
name = "windows-core"
583
583
+
version = "0.52.0"
584
584
+
source = "registry+https://github.com/rust-lang/crates.io-index"
585
585
+
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
586
586
+
dependencies = [
587
587
+
"windows-targets",
588
588
+
]
589
589
+
590
590
+
[[package]]
591
591
+
name = "windows-targets"
592
592
+
version = "0.52.6"
593
593
+
source = "registry+https://github.com/rust-lang/crates.io-index"
594
594
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
595
595
+
dependencies = [
596
596
+
"windows_aarch64_gnullvm",
597
597
+
"windows_aarch64_msvc",
598
598
+
"windows_i686_gnu",
599
599
+
"windows_i686_gnullvm",
600
600
+
"windows_i686_msvc",
601
601
+
"windows_x86_64_gnu",
602
602
+
"windows_x86_64_gnullvm",
603
603
+
"windows_x86_64_msvc",
604
604
+
]
605
605
+
606
606
+
[[package]]
607
607
+
name = "windows_aarch64_gnullvm"
608
608
+
version = "0.52.6"
609
609
+
source = "registry+https://github.com/rust-lang/crates.io-index"
610
610
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
611
611
+
612
612
+
[[package]]
613
613
+
name = "windows_aarch64_msvc"
614
614
+
version = "0.52.6"
615
615
+
source = "registry+https://github.com/rust-lang/crates.io-index"
616
616
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
617
617
+
618
618
+
[[package]]
619
619
+
name = "windows_i686_gnu"
620
620
+
version = "0.52.6"
621
621
+
source = "registry+https://github.com/rust-lang/crates.io-index"
622
622
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
623
623
+
624
624
+
[[package]]
625
625
+
name = "windows_i686_gnullvm"
626
626
+
version = "0.52.6"
627
627
+
source = "registry+https://github.com/rust-lang/crates.io-index"
628
628
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
629
629
+
630
630
+
[[package]]
631
631
+
name = "windows_i686_msvc"
632
632
+
version = "0.52.6"
633
633
+
source = "registry+https://github.com/rust-lang/crates.io-index"
634
634
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
635
635
+
636
636
+
[[package]]
637
637
+
name = "windows_x86_64_gnu"
638
638
+
version = "0.52.6"
639
639
+
source = "registry+https://github.com/rust-lang/crates.io-index"
640
640
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
641
641
+
642
642
+
[[package]]
643
643
+
name = "windows_x86_64_gnullvm"
644
644
+
version = "0.52.6"
645
645
+
source = "registry+https://github.com/rust-lang/crates.io-index"
646
646
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
647
647
+
648
648
+
[[package]]
649
649
+
name = "windows_x86_64_msvc"
650
650
+
version = "0.52.6"
651
651
+
source = "registry+https://github.com/rust-lang/crates.io-index"
652
652
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
+50
pkgs/development/python-modules/graspologic-native/default.nix
reviewed
···
1
1
+
{
2
2
+
lib,
3
3
+
buildPythonPackage,
4
4
+
fetchFromGitHub,
5
5
+
rustPlatform,
6
6
+
libiconv,
7
7
+
pytestCheckHook,
8
8
+
}:
9
9
+
10
10
+
buildPythonPackage rec {
11
11
+
pname = "graspologic-native";
12
12
+
version = "1.2.1";
13
13
+
pyproject = true;
14
14
+
15
15
+
src = fetchFromGitHub {
16
16
+
owner = "graspologic-org";
17
17
+
repo = "graspologic-native";
18
18
+
rev = "refs/tags/${version}";
19
19
+
hash = "sha256-fgiBUzYBerYX59uj+I0Yret94vA+FpQK+MckskCBqj4=";
20
20
+
};
21
21
+
22
22
+
cargoDeps = rustPlatform.importCargoLock { lockFile = ./Cargo.lock; };
23
23
+
24
24
+
postPatch = ''
25
25
+
ln -s ${./Cargo.lock} Cargo.lock
26
26
+
'';
27
27
+
28
28
+
buildAndTestSubdir = "packages/pyo3";
29
29
+
30
30
+
nativeBuildInputs = [ rustPlatform.cargoSetupHook ];
31
31
+
32
32
+
buildInputs = [ libiconv ];
33
33
+
34
34
+
build-system = [ rustPlatform.maturinBuildHook ];
35
35
+
36
36
+
pythonImportsCheck = [ "graspologic_native" ];
37
37
+
38
38
+
nativeCheckInputs = [ pytestCheckHook ];
39
39
+
40
40
+
preCheck = ''
41
41
+
cd packages/pyo3
42
42
+
'';
43
43
+
44
44
+
meta = with lib; {
45
45
+
description = "Library of rust components to add additional capability to graspologic a python library for intelligently building networks and network embeddings, and for analyzing connected data";
46
46
+
homepage = "https://github.com/graspologic-org/graspologic-native";
47
47
+
license = licenses.mit;
48
48
+
maintainers = with maintainers; [ natsukium ];
49
49
+
};
50
50
+
}
+2
pkgs/top-level/python-packages.nix
reviewed
···
5223
5223
5224
5224
graspologic = callPackage ../development/python-modules/graspologic { };
5225
5225
5226
5226
+
graspologic-native = callPackage ../development/python-modules/graspologic-native { };
5227
5227
+
5226
5228
greatfet = callPackage ../development/python-modules/greatfet { };
5227
5229
5228
5230
greeclimate = callPackage ../development/python-modules/greeclimate { };