Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "advancedresearch-tree_mem_sort" 7version = "0.2.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "aab032c118518f4bd1bd8f9efd22a60a7d153a7eafd2ed9709fc224ce4186094" 10 11[[package]] 12name = "ansi_term" 13version = "0.12.1" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 16dependencies = [ 17 "winapi", 18] 19 20[[package]] 21name = "atty" 22version = "0.2.14" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 25dependencies = [ 26 "hermit-abi", 27 "libc", 28 "winapi", 29] 30 31[[package]] 32name = "autocfg" 33version = "1.1.0" 34source = "registry+https://github.com/rust-lang/crates.io-index" 35checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 36 37[[package]] 38name = "bitflags" 39version = "0.8.2" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4" 42 43[[package]] 44name = "bitflags" 45version = "0.9.1" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" 48 49[[package]] 50name = "bitflags" 51version = "1.3.2" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 54 55[[package]] 56name = "cfg-if" 57version = "0.1.10" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 60 61[[package]] 62name = "cfg-if" 63version = "1.0.0" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 66 67[[package]] 68name = "clap" 69version = "2.34.0" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 72dependencies = [ 73 "ansi_term", 74 "atty", 75 "bitflags 1.3.2", 76 "strsim", 77 "textwrap", 78 "unicode-width", 79 "vec_map", 80] 81 82[[package]] 83name = "dyon" 84version = "0.47.3" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "e3d15155013e10adf698bcad154b122132abede1195ad2a33cc83ecbf6fd96e7" 87dependencies = [ 88 "advancedresearch-tree_mem_sort", 89 "lazy_static", 90 "piston_meta", 91 "range", 92 "read_color", 93 "read_token", 94 "vecmath", 95] 96 97[[package]] 98name = "evdev" 99version = "0.10.1" 100source = "git+https://github.com/valpackett/evdev?branch=uinput#4b905750a2103787e3e84241c60aaa79deb7c20c" 101dependencies = [ 102 "bitflags 0.8.2", 103 "fixedbitset", 104 "libc", 105 "nix 0.9.0", 106 "num 0.1.42", 107 "strum", 108 "strum_macros", 109] 110 111[[package]] 112name = "evscript" 113version = "0.0.0" 114dependencies = [ 115 "clap", 116 "dyon", 117 "evdev", 118 "nix 0.25.0", 119 "num 0.4.0", 120 "rusty-sandbox", 121 "serde", 122 "serde_derive", 123 "toml", 124] 125 126[[package]] 127name = "fixedbitset" 128version = "0.1.9" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" 131 132[[package]] 133name = "fuchsia-cprng" 134version = "0.1.1" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 137 138[[package]] 139name = "hermit-abi" 140version = "0.1.19" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 143dependencies = [ 144 "libc", 145] 146 147[[package]] 148name = "lazy_static" 149version = "1.4.0" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 152 153[[package]] 154name = "libc" 155version = "0.2.137" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" 158 159[[package]] 160name = "memoffset" 161version = "0.6.5" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 164dependencies = [ 165 "autocfg", 166] 167 168[[package]] 169name = "nix" 170version = "0.9.0" 171source = "registry+https://github.com/rust-lang/crates.io-index" 172checksum = "a2c5afeb0198ec7be8569d666644b574345aad2e95a53baf3a532da3e0f3fb32" 173dependencies = [ 174 "bitflags 0.9.1", 175 "cfg-if 0.1.10", 176 "libc", 177 "void", 178] 179 180[[package]] 181name = "nix" 182version = "0.25.0" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "e322c04a9e3440c327fca7b6c8a63e6890a32fa2ad689db972425f07e0d22abb" 185dependencies = [ 186 "autocfg", 187 "bitflags 1.3.2", 188 "cfg-if 1.0.0", 189 "libc", 190 "memoffset", 191 "pin-utils", 192] 193 194[[package]] 195name = "num" 196version = "0.1.42" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e" 199dependencies = [ 200 "num-bigint 0.1.44", 201 "num-complex 0.1.43", 202 "num-integer", 203 "num-iter", 204 "num-rational 0.1.42", 205 "num-traits", 206] 207 208[[package]] 209name = "num" 210version = "0.4.0" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606" 213dependencies = [ 214 "num-bigint 0.4.3", 215 "num-complex 0.4.2", 216 "num-integer", 217 "num-iter", 218 "num-rational 0.4.1", 219 "num-traits", 220] 221 222[[package]] 223name = "num-bigint" 224version = "0.1.44" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "e63899ad0da84ce718c14936262a41cee2c79c981fc0a0e7c7beb47d5a07e8c1" 227dependencies = [ 228 "num-integer", 229 "num-traits", 230 "rand", 231 "rustc-serialize", 232] 233 234[[package]] 235name = "num-bigint" 236version = "0.4.3" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" 239dependencies = [ 240 "autocfg", 241 "num-integer", 242 "num-traits", 243] 244 245[[package]] 246name = "num-complex" 247version = "0.1.43" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "b288631d7878aaf59442cffd36910ea604ecd7745c36054328595114001c9656" 250dependencies = [ 251 "num-traits", 252 "rustc-serialize", 253] 254 255[[package]] 256name = "num-complex" 257version = "0.4.2" 258source = "registry+https://github.com/rust-lang/crates.io-index" 259checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19" 260dependencies = [ 261 "num-traits", 262] 263 264[[package]] 265name = "num-integer" 266version = "0.1.45" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 269dependencies = [ 270 "autocfg", 271 "num-traits", 272] 273 274[[package]] 275name = "num-iter" 276version = "0.1.43" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" 279dependencies = [ 280 "autocfg", 281 "num-integer", 282 "num-traits", 283] 284 285[[package]] 286name = "num-rational" 287version = "0.1.42" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "ee314c74bd753fc86b4780aa9475da469155f3848473a261d2d18e35245a784e" 290dependencies = [ 291 "num-bigint 0.1.44", 292 "num-integer", 293 "num-traits", 294 "rustc-serialize", 295] 296 297[[package]] 298name = "num-rational" 299version = "0.4.1" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 302dependencies = [ 303 "autocfg", 304 "num-bigint 0.4.3", 305 "num-integer", 306 "num-traits", 307] 308 309[[package]] 310name = "num-traits" 311version = "0.2.15" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 314dependencies = [ 315 "autocfg", 316] 317 318[[package]] 319name = "pin-utils" 320version = "0.1.0" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 323 324[[package]] 325name = "piston-float" 326version = "1.0.1" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "ad78bf43dcf80e8f950c92b84f938a0fc7590b7f6866fbcbeca781609c115590" 329 330[[package]] 331name = "piston_meta" 332version = "2.0.1" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "030240ae8cdfabe396630db10cfa80f6965aa45d4c505dc0890b98ba808e149f" 335dependencies = [ 336 "lazy_static", 337 "range", 338 "read_token", 339] 340 341[[package]] 342name = "proc-macro2" 343version = "1.0.47" 344source = "registry+https://github.com/rust-lang/crates.io-index" 345checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" 346dependencies = [ 347 "unicode-ident", 348] 349 350[[package]] 351name = "quote" 352version = "0.3.15" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" 355 356[[package]] 357name = "quote" 358version = "1.0.21" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 361dependencies = [ 362 "proc-macro2", 363] 364 365[[package]] 366name = "rand" 367version = "0.4.6" 368source = "registry+https://github.com/rust-lang/crates.io-index" 369checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" 370dependencies = [ 371 "fuchsia-cprng", 372 "libc", 373 "rand_core 0.3.1", 374 "rdrand", 375 "winapi", 376] 377 378[[package]] 379name = "rand_core" 380version = "0.3.1" 381source = "registry+https://github.com/rust-lang/crates.io-index" 382checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 383dependencies = [ 384 "rand_core 0.4.2", 385] 386 387[[package]] 388name = "rand_core" 389version = "0.4.2" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 392 393[[package]] 394name = "range" 395version = "1.0.0" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "5b851d7223b2adbc5d30dea12eeaf45dd58c81559656e056d31ff7d5407ba6f1" 398 399[[package]] 400name = "rdrand" 401version = "0.4.0" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 404dependencies = [ 405 "rand_core 0.3.1", 406] 407 408[[package]] 409name = "read_color" 410version = "1.0.0" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "9f4c8858baa4ad3c8bcc156ae91a0ffe22b76a3975c40c49b4f04c15c6bce0da" 413 414[[package]] 415name = "read_token" 416version = "1.0.0" 417source = "registry+https://github.com/rust-lang/crates.io-index" 418checksum = "051fef16f3ac50a9eacfd64de43e909016df6b722d70b2a6e73eb83c1e891638" 419dependencies = [ 420 "range", 421] 422 423[[package]] 424name = "rustc-serialize" 425version = "0.3.24" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" 428 429[[package]] 430name = "rusty-sandbox" 431version = "0.2.1" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "5e0be1328117ff55cebdb605c82e7356b8d9d19f8bcdb2a615805298973c73e4" 434dependencies = [ 435 "libc", 436 "unix_socket", 437] 438 439[[package]] 440name = "serde" 441version = "1.0.147" 442source = "registry+https://github.com/rust-lang/crates.io-index" 443checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965" 444 445[[package]] 446name = "serde_derive" 447version = "1.0.147" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852" 450dependencies = [ 451 "proc-macro2", 452 "quote 1.0.21", 453 "syn 1.0.103", 454] 455 456[[package]] 457name = "strsim" 458version = "0.8.0" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 461 462[[package]] 463name = "strum" 464version = "0.8.0" 465source = "registry+https://github.com/rust-lang/crates.io-index" 466checksum = "4ca6e4730f517e041e547ffe23d29daab8de6b73af4b6ae2a002108169f5e7da" 467 468[[package]] 469name = "strum_macros" 470version = "0.8.0" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "3384590878eb0cab3b128e844412e2d010821e7e091211b9d87324173ada7db8" 473dependencies = [ 474 "quote 0.3.15", 475 "syn 0.11.11", 476] 477 478[[package]] 479name = "syn" 480version = "0.11.11" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" 483dependencies = [ 484 "quote 0.3.15", 485 "synom", 486 "unicode-xid", 487] 488 489[[package]] 490name = "syn" 491version = "1.0.103" 492source = "registry+https://github.com/rust-lang/crates.io-index" 493checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d" 494dependencies = [ 495 "proc-macro2", 496 "quote 1.0.21", 497 "unicode-ident", 498] 499 500[[package]] 501name = "synom" 502version = "0.11.3" 503source = "registry+https://github.com/rust-lang/crates.io-index" 504checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" 505dependencies = [ 506 "unicode-xid", 507] 508 509[[package]] 510name = "textwrap" 511version = "0.11.0" 512source = "registry+https://github.com/rust-lang/crates.io-index" 513checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 514dependencies = [ 515 "unicode-width", 516] 517 518[[package]] 519name = "toml" 520version = "0.5.9" 521source = "registry+https://github.com/rust-lang/crates.io-index" 522checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" 523dependencies = [ 524 "serde", 525] 526 527[[package]] 528name = "unicode-ident" 529version = "1.0.5" 530source = "registry+https://github.com/rust-lang/crates.io-index" 531checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" 532 533[[package]] 534name = "unicode-width" 535version = "0.1.10" 536source = "registry+https://github.com/rust-lang/crates.io-index" 537checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 538 539[[package]] 540name = "unicode-xid" 541version = "0.0.4" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" 544 545[[package]] 546name = "unix_socket" 547version = "0.5.0" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "6aa2700417c405c38f5e6902d699345241c28c0b7ade4abaad71e35a87eb1564" 550dependencies = [ 551 "cfg-if 0.1.10", 552 "libc", 553] 554 555[[package]] 556name = "vec_map" 557version = "0.8.2" 558source = "registry+https://github.com/rust-lang/crates.io-index" 559checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 560 561[[package]] 562name = "vecmath" 563version = "1.0.0" 564source = "registry+https://github.com/rust-lang/crates.io-index" 565checksum = "956ae1e0d85bca567dee1dcf87fb1ca2e792792f66f87dced8381f99cd91156a" 566dependencies = [ 567 "piston-float", 568] 569 570[[package]] 571name = "void" 572version = "1.0.2" 573source = "registry+https://github.com/rust-lang/crates.io-index" 574checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" 575 576[[package]] 577name = "winapi" 578version = "0.3.9" 579source = "registry+https://github.com/rust-lang/crates.io-index" 580checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 581dependencies = [ 582 "winapi-i686-pc-windows-gnu", 583 "winapi-x86_64-pc-windows-gnu", 584] 585 586[[package]] 587name = "winapi-i686-pc-windows-gnu" 588version = "0.4.0" 589source = "registry+https://github.com/rust-lang/crates.io-index" 590checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 591 592[[package]] 593name = "winapi-x86_64-pc-windows-gnu" 594version = "0.4.0" 595source = "registry+https://github.com/rust-lang/crates.io-index" 596checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"