tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.dbt-extractor: use fetchCargoVendor
TomaSajt
1 year ago
b4f729fa
5b7ce473
+3
-544
2 changed files
expand all
collapse all
unified
split
pkgs
development
python-modules
dbt-extractor
Cargo.lock
default.nix
-539
pkgs/development/python-modules/dbt-extractor/Cargo.lock
···
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 = "aho-corasick"
7
7
-
version = "1.0.2"
8
8
-
source = "registry+https://github.com/rust-lang/crates.io-index"
9
9
-
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
10
10
-
dependencies = [
11
11
-
"memchr",
12
12
-
]
13
13
-
14
14
-
[[package]]
15
15
-
name = "autocfg"
16
16
-
version = "1.1.0"
17
17
-
source = "registry+https://github.com/rust-lang/crates.io-index"
18
18
-
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
19
19
-
20
20
-
[[package]]
21
21
-
name = "bitflags"
22
22
-
version = "1.3.2"
23
23
-
source = "registry+https://github.com/rust-lang/crates.io-index"
24
24
-
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
25
25
-
26
26
-
[[package]]
27
27
-
name = "cc"
28
28
-
version = "1.0.79"
29
29
-
source = "registry+https://github.com/rust-lang/crates.io-index"
30
30
-
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
31
31
-
32
32
-
[[package]]
33
33
-
name = "cfg-if"
34
34
-
version = "1.0.0"
35
35
-
source = "registry+https://github.com/rust-lang/crates.io-index"
36
36
-
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
37
37
-
38
38
-
[[package]]
39
39
-
name = "crossbeam-channel"
40
40
-
version = "0.5.8"
41
41
-
source = "registry+https://github.com/rust-lang/crates.io-index"
42
42
-
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
43
43
-
dependencies = [
44
44
-
"cfg-if",
45
45
-
"crossbeam-utils",
46
46
-
]
47
47
-
48
48
-
[[package]]
49
49
-
name = "crossbeam-deque"
50
50
-
version = "0.8.3"
51
51
-
source = "registry+https://github.com/rust-lang/crates.io-index"
52
52
-
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
53
53
-
dependencies = [
54
54
-
"cfg-if",
55
55
-
"crossbeam-epoch",
56
56
-
"crossbeam-utils",
57
57
-
]
58
58
-
59
59
-
[[package]]
60
60
-
name = "crossbeam-epoch"
61
61
-
version = "0.9.15"
62
62
-
source = "registry+https://github.com/rust-lang/crates.io-index"
63
63
-
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
64
64
-
dependencies = [
65
65
-
"autocfg",
66
66
-
"cfg-if",
67
67
-
"crossbeam-utils",
68
68
-
"memoffset",
69
69
-
"scopeguard",
70
70
-
]
71
71
-
72
72
-
[[package]]
73
73
-
name = "crossbeam-utils"
74
74
-
version = "0.8.16"
75
75
-
source = "registry+https://github.com/rust-lang/crates.io-index"
76
76
-
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
77
77
-
dependencies = [
78
78
-
"cfg-if",
79
79
-
]
80
80
-
81
81
-
[[package]]
82
82
-
name = "dbt-extractor"
83
83
-
version = "0.5.1"
84
84
-
dependencies = [
85
85
-
"pyo3",
86
86
-
"quickcheck",
87
87
-
"quickcheck_macros",
88
88
-
"rayon",
89
89
-
"thiserror",
90
90
-
"tree-sitter",
91
91
-
"tree-sitter-jinja2",
92
92
-
]
93
93
-
94
94
-
[[package]]
95
95
-
name = "either"
96
96
-
version = "1.8.1"
97
97
-
source = "registry+https://github.com/rust-lang/crates.io-index"
98
98
-
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
99
99
-
100
100
-
[[package]]
101
101
-
name = "env_logger"
102
102
-
version = "0.8.4"
103
103
-
source = "registry+https://github.com/rust-lang/crates.io-index"
104
104
-
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
105
105
-
dependencies = [
106
106
-
"log",
107
107
-
"regex",
108
108
-
]
109
109
-
110
110
-
[[package]]
111
111
-
name = "getrandom"
112
112
-
version = "0.2.10"
113
113
-
source = "registry+https://github.com/rust-lang/crates.io-index"
114
114
-
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
115
115
-
dependencies = [
116
116
-
"cfg-if",
117
117
-
"libc",
118
118
-
"wasi",
119
119
-
]
120
120
-
121
121
-
[[package]]
122
122
-
name = "hermit-abi"
123
123
-
version = "0.3.2"
124
124
-
source = "registry+https://github.com/rust-lang/crates.io-index"
125
125
-
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
126
126
-
127
127
-
[[package]]
128
128
-
name = "indoc"
129
129
-
version = "1.0.9"
130
130
-
source = "registry+https://github.com/rust-lang/crates.io-index"
131
131
-
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
132
132
-
133
133
-
[[package]]
134
134
-
name = "libc"
135
135
-
version = "0.2.147"
136
136
-
source = "registry+https://github.com/rust-lang/crates.io-index"
137
137
-
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
138
138
-
139
139
-
[[package]]
140
140
-
name = "lock_api"
141
141
-
version = "0.4.10"
142
142
-
source = "registry+https://github.com/rust-lang/crates.io-index"
143
143
-
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
144
144
-
dependencies = [
145
145
-
"autocfg",
146
146
-
"scopeguard",
147
147
-
]
148
148
-
149
149
-
[[package]]
150
150
-
name = "log"
151
151
-
version = "0.4.19"
152
152
-
source = "registry+https://github.com/rust-lang/crates.io-index"
153
153
-
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
154
154
-
155
155
-
[[package]]
156
156
-
name = "memchr"
157
157
-
version = "2.5.0"
158
158
-
source = "registry+https://github.com/rust-lang/crates.io-index"
159
159
-
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
160
160
-
161
161
-
[[package]]
162
162
-
name = "memoffset"
163
163
-
version = "0.9.0"
164
164
-
source = "registry+https://github.com/rust-lang/crates.io-index"
165
165
-
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
166
166
-
dependencies = [
167
167
-
"autocfg",
168
168
-
]
169
169
-
170
170
-
[[package]]
171
171
-
name = "num_cpus"
172
172
-
version = "1.16.0"
173
173
-
source = "registry+https://github.com/rust-lang/crates.io-index"
174
174
-
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
175
175
-
dependencies = [
176
176
-
"hermit-abi",
177
177
-
"libc",
178
178
-
]
179
179
-
180
180
-
[[package]]
181
181
-
name = "once_cell"
182
182
-
version = "1.18.0"
183
183
-
source = "registry+https://github.com/rust-lang/crates.io-index"
184
184
-
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
185
185
-
186
186
-
[[package]]
187
187
-
name = "parking_lot"
188
188
-
version = "0.12.1"
189
189
-
source = "registry+https://github.com/rust-lang/crates.io-index"
190
190
-
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
191
191
-
dependencies = [
192
192
-
"lock_api",
193
193
-
"parking_lot_core",
194
194
-
]
195
195
-
196
196
-
[[package]]
197
197
-
name = "parking_lot_core"
198
198
-
version = "0.9.8"
199
199
-
source = "registry+https://github.com/rust-lang/crates.io-index"
200
200
-
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
201
201
-
dependencies = [
202
202
-
"cfg-if",
203
203
-
"libc",
204
204
-
"redox_syscall",
205
205
-
"smallvec",
206
206
-
"windows-targets",
207
207
-
]
208
208
-
209
209
-
[[package]]
210
210
-
name = "proc-macro2"
211
211
-
version = "1.0.66"
212
212
-
source = "registry+https://github.com/rust-lang/crates.io-index"
213
213
-
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
214
214
-
dependencies = [
215
215
-
"unicode-ident",
216
216
-
]
217
217
-
218
218
-
[[package]]
219
219
-
name = "pyo3"
220
220
-
version = "0.19.1"
221
221
-
source = "registry+https://github.com/rust-lang/crates.io-index"
222
222
-
checksum = "ffb88ae05f306b4bfcde40ac4a51dc0b05936a9207a4b75b798c7729c4258a59"
223
223
-
dependencies = [
224
224
-
"cfg-if",
225
225
-
"indoc",
226
226
-
"libc",
227
227
-
"memoffset",
228
228
-
"parking_lot",
229
229
-
"pyo3-build-config",
230
230
-
"pyo3-ffi",
231
231
-
"pyo3-macros",
232
232
-
"unindent",
233
233
-
]
234
234
-
235
235
-
[[package]]
236
236
-
name = "pyo3-build-config"
237
237
-
version = "0.19.1"
238
238
-
source = "registry+https://github.com/rust-lang/crates.io-index"
239
239
-
checksum = "554db24f0b3c180a9c0b1268f91287ab3f17c162e15b54caaae5a6b3773396b0"
240
240
-
dependencies = [
241
241
-
"once_cell",
242
242
-
"target-lexicon",
243
243
-
]
244
244
-
245
245
-
[[package]]
246
246
-
name = "pyo3-ffi"
247
247
-
version = "0.19.1"
248
248
-
source = "registry+https://github.com/rust-lang/crates.io-index"
249
249
-
checksum = "922ede8759e8600ad4da3195ae41259654b9c55da4f7eec84a0ccc7d067a70a4"
250
250
-
dependencies = [
251
251
-
"libc",
252
252
-
"pyo3-build-config",
253
253
-
]
254
254
-
255
255
-
[[package]]
256
256
-
name = "pyo3-macros"
257
257
-
version = "0.19.1"
258
258
-
source = "registry+https://github.com/rust-lang/crates.io-index"
259
259
-
checksum = "8a5caec6a1dd355964a841fcbeeb1b89fe4146c87295573f94228911af3cc5a2"
260
260
-
dependencies = [
261
261
-
"proc-macro2",
262
262
-
"pyo3-macros-backend",
263
263
-
"quote",
264
264
-
"syn 1.0.109",
265
265
-
]
266
266
-
267
267
-
[[package]]
268
268
-
name = "pyo3-macros-backend"
269
269
-
version = "0.19.1"
270
270
-
source = "registry+https://github.com/rust-lang/crates.io-index"
271
271
-
checksum = "e0b78ccbb160db1556cdb6fd96c50334c5d4ec44dc5e0a968d0a1208fa0efa8b"
272
272
-
dependencies = [
273
273
-
"proc-macro2",
274
274
-
"quote",
275
275
-
"syn 1.0.109",
276
276
-
]
277
277
-
278
278
-
[[package]]
279
279
-
name = "quickcheck"
280
280
-
version = "1.0.3"
281
281
-
source = "registry+https://github.com/rust-lang/crates.io-index"
282
282
-
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
283
283
-
dependencies = [
284
284
-
"env_logger",
285
285
-
"log",
286
286
-
"rand",
287
287
-
]
288
288
-
289
289
-
[[package]]
290
290
-
name = "quickcheck_macros"
291
291
-
version = "1.0.0"
292
292
-
source = "registry+https://github.com/rust-lang/crates.io-index"
293
293
-
checksum = "b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9"
294
294
-
dependencies = [
295
295
-
"proc-macro2",
296
296
-
"quote",
297
297
-
"syn 1.0.109",
298
298
-
]
299
299
-
300
300
-
[[package]]
301
301
-
name = "quote"
302
302
-
version = "1.0.31"
303
303
-
source = "registry+https://github.com/rust-lang/crates.io-index"
304
304
-
checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0"
305
305
-
dependencies = [
306
306
-
"proc-macro2",
307
307
-
]
308
308
-
309
309
-
[[package]]
310
310
-
name = "rand"
311
311
-
version = "0.8.5"
312
312
-
source = "registry+https://github.com/rust-lang/crates.io-index"
313
313
-
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
314
314
-
dependencies = [
315
315
-
"rand_core",
316
316
-
]
317
317
-
318
318
-
[[package]]
319
319
-
name = "rand_core"
320
320
-
version = "0.6.4"
321
321
-
source = "registry+https://github.com/rust-lang/crates.io-index"
322
322
-
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
323
323
-
dependencies = [
324
324
-
"getrandom",
325
325
-
]
326
326
-
327
327
-
[[package]]
328
328
-
name = "rayon"
329
329
-
version = "1.7.0"
330
330
-
source = "registry+https://github.com/rust-lang/crates.io-index"
331
331
-
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
332
332
-
dependencies = [
333
333
-
"either",
334
334
-
"rayon-core",
335
335
-
]
336
336
-
337
337
-
[[package]]
338
338
-
name = "rayon-core"
339
339
-
version = "1.11.0"
340
340
-
source = "registry+https://github.com/rust-lang/crates.io-index"
341
341
-
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
342
342
-
dependencies = [
343
343
-
"crossbeam-channel",
344
344
-
"crossbeam-deque",
345
345
-
"crossbeam-utils",
346
346
-
"num_cpus",
347
347
-
]
348
348
-
349
349
-
[[package]]
350
350
-
name = "redox_syscall"
351
351
-
version = "0.3.5"
352
352
-
source = "registry+https://github.com/rust-lang/crates.io-index"
353
353
-
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
354
354
-
dependencies = [
355
355
-
"bitflags",
356
356
-
]
357
357
-
358
358
-
[[package]]
359
359
-
name = "regex"
360
360
-
version = "1.9.1"
361
361
-
source = "registry+https://github.com/rust-lang/crates.io-index"
362
362
-
checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
363
363
-
dependencies = [
364
364
-
"aho-corasick",
365
365
-
"memchr",
366
366
-
"regex-automata",
367
367
-
"regex-syntax",
368
368
-
]
369
369
-
370
370
-
[[package]]
371
371
-
name = "regex-automata"
372
372
-
version = "0.3.3"
373
373
-
source = "registry+https://github.com/rust-lang/crates.io-index"
374
374
-
checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
375
375
-
dependencies = [
376
376
-
"aho-corasick",
377
377
-
"memchr",
378
378
-
"regex-syntax",
379
379
-
]
380
380
-
381
381
-
[[package]]
382
382
-
name = "regex-syntax"
383
383
-
version = "0.7.4"
384
384
-
source = "registry+https://github.com/rust-lang/crates.io-index"
385
385
-
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
386
386
-
387
387
-
[[package]]
388
388
-
name = "scopeguard"
389
389
-
version = "1.2.0"
390
390
-
source = "registry+https://github.com/rust-lang/crates.io-index"
391
391
-
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
392
392
-
393
393
-
[[package]]
394
394
-
name = "smallvec"
395
395
-
version = "1.11.0"
396
396
-
source = "registry+https://github.com/rust-lang/crates.io-index"
397
397
-
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
398
398
-
399
399
-
[[package]]
400
400
-
name = "syn"
401
401
-
version = "1.0.109"
402
402
-
source = "registry+https://github.com/rust-lang/crates.io-index"
403
403
-
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
404
404
-
dependencies = [
405
405
-
"proc-macro2",
406
406
-
"quote",
407
407
-
"unicode-ident",
408
408
-
]
409
409
-
410
410
-
[[package]]
411
411
-
name = "syn"
412
412
-
version = "2.0.26"
413
413
-
source = "registry+https://github.com/rust-lang/crates.io-index"
414
414
-
checksum = "45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970"
415
415
-
dependencies = [
416
416
-
"proc-macro2",
417
417
-
"quote",
418
418
-
"unicode-ident",
419
419
-
]
420
420
-
421
421
-
[[package]]
422
422
-
name = "target-lexicon"
423
423
-
version = "0.12.10"
424
424
-
source = "registry+https://github.com/rust-lang/crates.io-index"
425
425
-
checksum = "1d2faeef5759ab89935255b1a4cd98e0baf99d1085e37d36599c625dac49ae8e"
426
426
-
427
427
-
[[package]]
428
428
-
name = "thiserror"
429
429
-
version = "1.0.43"
430
430
-
source = "registry+https://github.com/rust-lang/crates.io-index"
431
431
-
checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42"
432
432
-
dependencies = [
433
433
-
"thiserror-impl",
434
434
-
]
435
435
-
436
436
-
[[package]]
437
437
-
name = "thiserror-impl"
438
438
-
version = "1.0.43"
439
439
-
source = "registry+https://github.com/rust-lang/crates.io-index"
440
440
-
checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f"
441
441
-
dependencies = [
442
442
-
"proc-macro2",
443
443
-
"quote",
444
444
-
"syn 2.0.26",
445
445
-
]
446
446
-
447
447
-
[[package]]
448
448
-
name = "tree-sitter"
449
449
-
version = "0.20.10"
450
450
-
source = "registry+https://github.com/rust-lang/crates.io-index"
451
451
-
checksum = "e747b1f9b7b931ed39a548c1fae149101497de3c1fc8d9e18c62c1a66c683d3d"
452
452
-
dependencies = [
453
453
-
"cc",
454
454
-
"regex",
455
455
-
]
456
456
-
457
457
-
[[package]]
458
458
-
name = "tree-sitter-jinja2"
459
459
-
version = "0.2.0"
460
460
-
source = "git+https://github.com/dbt-labs/tree-sitter-jinja2?tag=v0.2.0#c9b092eff38bd6943254ad0373006d83c100a8c0"
461
461
-
dependencies = [
462
462
-
"cc",
463
463
-
"tree-sitter",
464
464
-
]
465
465
-
466
466
-
[[package]]
467
467
-
name = "unicode-ident"
468
468
-
version = "1.0.11"
469
469
-
source = "registry+https://github.com/rust-lang/crates.io-index"
470
470
-
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
471
471
-
472
472
-
[[package]]
473
473
-
name = "unindent"
474
474
-
version = "0.1.11"
475
475
-
source = "registry+https://github.com/rust-lang/crates.io-index"
476
476
-
checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
477
477
-
478
478
-
[[package]]
479
479
-
name = "wasi"
480
480
-
version = "0.11.0+wasi-snapshot-preview1"
481
481
-
source = "registry+https://github.com/rust-lang/crates.io-index"
482
482
-
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
483
483
-
484
484
-
[[package]]
485
485
-
name = "windows-targets"
486
486
-
version = "0.48.1"
487
487
-
source = "registry+https://github.com/rust-lang/crates.io-index"
488
488
-
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
489
489
-
dependencies = [
490
490
-
"windows_aarch64_gnullvm",
491
491
-
"windows_aarch64_msvc",
492
492
-
"windows_i686_gnu",
493
493
-
"windows_i686_msvc",
494
494
-
"windows_x86_64_gnu",
495
495
-
"windows_x86_64_gnullvm",
496
496
-
"windows_x86_64_msvc",
497
497
-
]
498
498
-
499
499
-
[[package]]
500
500
-
name = "windows_aarch64_gnullvm"
501
501
-
version = "0.48.0"
502
502
-
source = "registry+https://github.com/rust-lang/crates.io-index"
503
503
-
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
504
504
-
505
505
-
[[package]]
506
506
-
name = "windows_aarch64_msvc"
507
507
-
version = "0.48.0"
508
508
-
source = "registry+https://github.com/rust-lang/crates.io-index"
509
509
-
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
510
510
-
511
511
-
[[package]]
512
512
-
name = "windows_i686_gnu"
513
513
-
version = "0.48.0"
514
514
-
source = "registry+https://github.com/rust-lang/crates.io-index"
515
515
-
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
516
516
-
517
517
-
[[package]]
518
518
-
name = "windows_i686_msvc"
519
519
-
version = "0.48.0"
520
520
-
source = "registry+https://github.com/rust-lang/crates.io-index"
521
521
-
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
522
522
-
523
523
-
[[package]]
524
524
-
name = "windows_x86_64_gnu"
525
525
-
version = "0.48.0"
526
526
-
source = "registry+https://github.com/rust-lang/crates.io-index"
527
527
-
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
528
528
-
529
529
-
[[package]]
530
530
-
name = "windows_x86_64_gnullvm"
531
531
-
version = "0.48.0"
532
532
-
source = "registry+https://github.com/rust-lang/crates.io-index"
533
533
-
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
534
534
-
535
535
-
[[package]]
536
536
-
name = "windows_x86_64_msvc"
537
537
-
version = "0.48.0"
538
538
-
source = "registry+https://github.com/rust-lang/crates.io-index"
539
539
-
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
+3
-5
pkgs/development/python-modules/dbt-extractor/default.nix
···
21
21
hash = "sha256-zV2VV2qN6kGQJAqvmTajf9dLS3kTymmjw2j8RHK7fhM=";
22
22
};
23
23
24
24
-
cargoDeps = rustPlatform.importCargoLock {
25
25
-
lockFile = ./Cargo.lock;
26
26
-
outputHashes = {
27
27
-
"tree-sitter-jinja2-0.2.0" = "sha256-Hfw85IcxwqFDKjkUxU+Zd9vyL7gaE0u5TZGKol2I9qg=";
28
28
-
};
24
24
+
cargoDeps = rustPlatform.fetchCargoVendor {
25
25
+
inherit pname version src;
26
26
+
hash = "sha256-luPAuRl+yrHinLs6H0ZRVnce2zz1DUrniVOCa1hu1S4=";
29
27
};
30
28
31
29
nativeBuildInputs = [