Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at netboot-syslinux-multiplatform 551 lines 14 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "annotate-snippets" 7version = "0.9.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "5c96c3d1062ea7101741480185a6a1275eab01cbe8b20e378d1311bc056d2e08" 10dependencies = [ 11 "unicode-width", 12 "yansi-term", 13] 14 15[[package]] 16name = "anyhow" 17version = "1.0.40" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" 20 21[[package]] 22name = "atty" 23version = "0.2.14" 24source = "registry+https://github.com/rust-lang/crates.io-index" 25checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 26dependencies = [ 27 "hermit-abi", 28 "libc", 29 "winapi", 30] 31 32[[package]] 33name = "autocfg" 34version = "1.0.1" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" 37 38[[package]] 39name = "base64" 40version = "0.13.0" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" 43 44[[package]] 45name = "bincode" 46version = "1.3.3" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 49dependencies = [ 50 "serde", 51] 52 53[[package]] 54name = "bitflags" 55version = "1.2.1" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 58 59[[package]] 60name = "cc" 61version = "1.0.67" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" 64 65[[package]] 66name = "clap" 67version = "3.0.0-beta.2" 68source = "git+https://github.com/clap-rs/clap?rev=f0c5ea5e1503de5c8e74d8c047a799cf51498e83#f0c5ea5e1503de5c8e74d8c047a799cf51498e83" 69dependencies = [ 70 "atty", 71 "bitflags", 72 "clap_derive", 73 "indexmap", 74 "lazy_static", 75 "os_str_bytes", 76 "strsim", 77 "termcolor", 78 "textwrap", 79 "vec_map", 80] 81 82[[package]] 83name = "clap_derive" 84version = "3.0.0-beta.2" 85source = "git+https://github.com/clap-rs/clap?rev=f0c5ea5e1503de5c8e74d8c047a799cf51498e83#f0c5ea5e1503de5c8e74d8c047a799cf51498e83" 86dependencies = [ 87 "heck", 88 "proc-macro-error", 89 "proc-macro2", 90 "quote", 91 "syn", 92] 93 94[[package]] 95name = "clap_generate" 96version = "3.0.0-beta.2" 97source = "git+https://github.com/clap-rs/clap?rev=f0c5ea5e1503de5c8e74d8c047a799cf51498e83#f0c5ea5e1503de5c8e74d8c047a799cf51498e83" 98dependencies = [ 99 "clap", 100] 101 102[[package]] 103name = "hashbrown" 104version = "0.9.1" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" 107 108[[package]] 109name = "heck" 110version = "0.3.2" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac" 113dependencies = [ 114 "unicode-segmentation", 115] 116 117[[package]] 118name = "hermit-abi" 119version = "0.1.18" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" 122dependencies = [ 123 "libc", 124] 125 126[[package]] 127name = "indexmap" 128version = "1.6.2" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3" 131dependencies = [ 132 "autocfg", 133 "hashbrown", 134] 135 136[[package]] 137name = "itoa" 138version = "0.4.7" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" 141 142[[package]] 143name = "jrsonnet" 144version = "0.4.2" 145dependencies = [ 146 "clap", 147 "clap_generate", 148 "jrsonnet-cli", 149 "jrsonnet-evaluator", 150 "jrsonnet-parser", 151 "mimallocator", 152 "thiserror", 153] 154 155[[package]] 156name = "jrsonnet-cli" 157version = "0.4.2" 158dependencies = [ 159 "clap", 160 "jrsonnet-evaluator", 161 "jrsonnet-gc", 162 "jrsonnet-parser", 163] 164 165[[package]] 166name = "jrsonnet-evaluator" 167version = "0.4.2" 168dependencies = [ 169 "annotate-snippets", 170 "anyhow", 171 "base64", 172 "bincode", 173 "jrsonnet-gc", 174 "jrsonnet-interner", 175 "jrsonnet-parser", 176 "jrsonnet-stdlib", 177 "jrsonnet-types", 178 "md5", 179 "pathdiff", 180 "rustc-hash", 181 "serde", 182 "serde_json", 183 "thiserror", 184] 185 186[[package]] 187name = "jrsonnet-gc" 188version = "0.4.2" 189source = "registry+https://github.com/rust-lang/crates.io-index" 190checksum = "68da8bc2f00117b1373bb8877af03b1d391e4c4800e6585d7279e5b99c919dde" 191dependencies = [ 192 "jrsonnet-gc-derive", 193] 194 195[[package]] 196name = "jrsonnet-gc-derive" 197version = "0.4.1" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "adcba9c387b64b054f06cc4d724905296e21edeeb7506847f3299117a2d92d12" 200dependencies = [ 201 "proc-macro2", 202 "quote", 203 "syn", 204 "synstructure", 205] 206 207[[package]] 208name = "jrsonnet-interner" 209version = "0.4.2" 210dependencies = [ 211 "jrsonnet-gc", 212 "rustc-hash", 213 "serde", 214] 215 216[[package]] 217name = "jrsonnet-parser" 218version = "0.4.2" 219dependencies = [ 220 "jrsonnet-gc", 221 "jrsonnet-interner", 222 "jrsonnet-stdlib", 223 "peg", 224 "serde", 225 "unescape", 226] 227 228[[package]] 229name = "jrsonnet-stdlib" 230version = "0.4.2" 231 232[[package]] 233name = "jrsonnet-types" 234version = "0.4.2" 235dependencies = [ 236 "jrsonnet-gc", 237 "peg", 238] 239 240[[package]] 241name = "jsonnet" 242version = "0.4.2" 243dependencies = [ 244 "jrsonnet-evaluator", 245 "jrsonnet-gc", 246 "jrsonnet-parser", 247] 248 249[[package]] 250name = "lazy_static" 251version = "1.4.0" 252source = "registry+https://github.com/rust-lang/crates.io-index" 253checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 254 255[[package]] 256name = "libc" 257version = "0.2.94" 258source = "registry+https://github.com/rust-lang/crates.io-index" 259checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" 260 261[[package]] 262name = "md5" 263version = "0.7.0" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" 266 267[[package]] 268name = "mimalloc-sys" 269version = "0.1.6" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "4aa3cefb626f6ae3d0b2f71c5378c89d2b1d4d7bc246b0ca9a7ee61a4daad291" 272dependencies = [ 273 "cc", 274 "libc", 275] 276 277[[package]] 278name = "mimallocator" 279version = "0.1.3" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "2d44fe4ebf6b538fcf39d9975c2b90bb3232d1ba8e8bffeacd004f27b20c577a" 282dependencies = [ 283 "mimalloc-sys", 284] 285 286[[package]] 287name = "os_str_bytes" 288version = "3.0.0" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "e293568965aea261bdf010db17df7030e3c9a275c415d51d6112f7cf9b7af012" 291 292[[package]] 293name = "pathdiff" 294version = "0.2.0" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34" 297 298[[package]] 299name = "peg" 300version = "0.7.0" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "07c0b841ea54f523f7aa556956fbd293bcbe06f2e67d2eb732b7278aaf1d166a" 303dependencies = [ 304 "peg-macros", 305 "peg-runtime", 306] 307 308[[package]] 309name = "peg-macros" 310version = "0.7.0" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "b5aa52829b8decbef693af90202711348ab001456803ba2a98eb4ec8fb70844c" 313dependencies = [ 314 "peg-runtime", 315 "proc-macro2", 316 "quote", 317] 318 319[[package]] 320name = "peg-runtime" 321version = "0.7.0" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "c719dcf55f09a3a7e764c6649ab594c18a177e3599c467983cdf644bfc0a4088" 324 325[[package]] 326name = "proc-macro-error" 327version = "1.0.4" 328source = "registry+https://github.com/rust-lang/crates.io-index" 329checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 330dependencies = [ 331 "proc-macro-error-attr", 332 "proc-macro2", 333 "quote", 334 "syn", 335 "version_check", 336] 337 338[[package]] 339name = "proc-macro-error-attr" 340version = "1.0.4" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 343dependencies = [ 344 "proc-macro2", 345 "quote", 346 "version_check", 347] 348 349[[package]] 350name = "proc-macro2" 351version = "1.0.26" 352source = "registry+https://github.com/rust-lang/crates.io-index" 353checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec" 354dependencies = [ 355 "unicode-xid", 356] 357 358[[package]] 359name = "quote" 360version = "1.0.9" 361source = "registry+https://github.com/rust-lang/crates.io-index" 362checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" 363dependencies = [ 364 "proc-macro2", 365] 366 367[[package]] 368name = "rustc-hash" 369version = "1.1.0" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 372 373[[package]] 374name = "ryu" 375version = "1.0.5" 376source = "registry+https://github.com/rust-lang/crates.io-index" 377checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" 378 379[[package]] 380name = "serde" 381version = "1.0.125" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171" 384dependencies = [ 385 "serde_derive", 386] 387 388[[package]] 389name = "serde_derive" 390version = "1.0.125" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d" 393dependencies = [ 394 "proc-macro2", 395 "quote", 396 "syn", 397] 398 399[[package]] 400name = "serde_json" 401version = "1.0.64" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" 404dependencies = [ 405 "itoa", 406 "ryu", 407 "serde", 408] 409 410[[package]] 411name = "strsim" 412version = "0.10.0" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 415 416[[package]] 417name = "syn" 418version = "1.0.71" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "ad184cc9470f9117b2ac6817bfe297307418819ba40552f9b3846f05c33d5373" 421dependencies = [ 422 "proc-macro2", 423 "quote", 424 "unicode-xid", 425] 426 427[[package]] 428name = "synstructure" 429version = "0.12.4" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" 432dependencies = [ 433 "proc-macro2", 434 "quote", 435 "syn", 436 "unicode-xid", 437] 438 439[[package]] 440name = "termcolor" 441version = "1.1.2" 442source = "registry+https://github.com/rust-lang/crates.io-index" 443checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" 444dependencies = [ 445 "winapi-util", 446] 447 448[[package]] 449name = "textwrap" 450version = "0.14.2" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80" 453dependencies = [ 454 "unicode-width", 455] 456 457[[package]] 458name = "thiserror" 459version = "1.0.24" 460source = "registry+https://github.com/rust-lang/crates.io-index" 461checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e" 462dependencies = [ 463 "thiserror-impl", 464] 465 466[[package]] 467name = "thiserror-impl" 468version = "1.0.24" 469source = "registry+https://github.com/rust-lang/crates.io-index" 470checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0" 471dependencies = [ 472 "proc-macro2", 473 "quote", 474 "syn", 475] 476 477[[package]] 478name = "unescape" 479version = "0.1.0" 480source = "registry+https://github.com/rust-lang/crates.io-index" 481checksum = "ccb97dac3243214f8d8507998906ca3e2e0b900bf9bf4870477f125b82e68f6e" 482 483[[package]] 484name = "unicode-segmentation" 485version = "1.7.1" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" 488 489[[package]] 490name = "unicode-width" 491version = "0.1.8" 492source = "registry+https://github.com/rust-lang/crates.io-index" 493checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" 494 495[[package]] 496name = "unicode-xid" 497version = "0.2.2" 498source = "registry+https://github.com/rust-lang/crates.io-index" 499checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" 500 501[[package]] 502name = "vec_map" 503version = "0.8.2" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 506 507[[package]] 508name = "version_check" 509version = "0.9.3" 510source = "registry+https://github.com/rust-lang/crates.io-index" 511checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" 512 513[[package]] 514name = "winapi" 515version = "0.3.9" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 518dependencies = [ 519 "winapi-i686-pc-windows-gnu", 520 "winapi-x86_64-pc-windows-gnu", 521] 522 523[[package]] 524name = "winapi-i686-pc-windows-gnu" 525version = "0.4.0" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 528 529[[package]] 530name = "winapi-util" 531version = "0.1.5" 532source = "registry+https://github.com/rust-lang/crates.io-index" 533checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 534dependencies = [ 535 "winapi", 536] 537 538[[package]] 539name = "winapi-x86_64-pc-windows-gnu" 540version = "0.4.0" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 543 544[[package]] 545name = "yansi-term" 546version = "0.1.2" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1" 549dependencies = [ 550 "winapi", 551]