lol

python312Packages.dbt-extractor: use fetchCargoVendor

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