this repo has no description
at main 974 lines 25 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 = "aho-corasick" 7version = "1.1.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "anyhow" 16version = "1.0.79" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" 19 20[[package]] 21name = "approx" 22version = "0.5.1" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" 25dependencies = [ 26 "num-traits", 27] 28 29[[package]] 30name = "argh" 31version = "0.1.12" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "7af5ba06967ff7214ce4c7419c7d185be7ecd6cc4965a8f6e1d8ce0398aad219" 34dependencies = [ 35 "argh_derive", 36 "argh_shared", 37] 38 39[[package]] 40name = "argh_derive" 41version = "0.1.12" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "56df0aeedf6b7a2fc67d06db35b09684c3e8da0c95f8f27685cb17e08413d87a" 44dependencies = [ 45 "argh_shared", 46 "proc-macro2", 47 "quote", 48 "syn 2.0.48", 49] 50 51[[package]] 52name = "argh_shared" 53version = "0.1.12" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "5693f39141bda5760ecc4111ab08da40565d1771038c4a0250f03457ec707531" 56dependencies = [ 57 "serde", 58] 59 60[[package]] 61name = "autocfg" 62version = "1.1.0" 63source = "registry+https://github.com/rust-lang/crates.io-index" 64checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 65 66[[package]] 67name = "bit-set" 68version = "0.5.3" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 71dependencies = [ 72 "bit-vec", 73] 74 75[[package]] 76name = "bit-vec" 77version = "0.6.3" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 80 81[[package]] 82name = "bitflags" 83version = "1.3.2" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 86 87[[package]] 88name = "bitflags" 89version = "2.4.2" 90source = "registry+https://github.com/rust-lang/crates.io-index" 91checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" 92 93[[package]] 94name = "bytecount" 95version = "0.6.7" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205" 98 99[[package]] 100name = "bytemuck" 101version = "1.14.0" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" 104 105[[package]] 106name = "camino" 107version = "1.1.6" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" 110dependencies = [ 111 "serde", 112] 113 114[[package]] 115name = "candelabra" 116version = "0.1.0" 117dependencies = [ 118 "anyhow", 119 "camino", 120 "cargo_metadata", 121 "glob", 122 "log", 123 "nalgebra", 124 "primrose", 125 "serde", 126 "serde_json", 127 "tempfile", 128] 129 130[[package]] 131name = "candelabra-benchmarker" 132version = "0.1.0" 133dependencies = [ 134 "env_logger", 135 "primrose-library", 136 "rand", 137] 138 139[[package]] 140name = "candelabra-cli" 141version = "0.1.0" 142dependencies = [ 143 "anyhow", 144 "argh", 145 "candelabra", 146 "cargo_metadata", 147 "env_logger", 148 "log", 149 "primrose", 150 "tabled", 151] 152 153[[package]] 154name = "cargo-platform" 155version = "0.1.6" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "ceed8ef69d8518a5dda55c07425450b58a4e1946f4951eab6d7191ee86c2443d" 158dependencies = [ 159 "serde", 160] 161 162[[package]] 163name = "cargo_metadata" 164version = "0.18.1" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" 167dependencies = [ 168 "camino", 169 "cargo-platform", 170 "semver 1.0.21", 171 "serde", 172 "serde_json", 173 "thiserror", 174] 175 176[[package]] 177name = "cfg-if" 178version = "1.0.0" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 181 182[[package]] 183name = "env_logger" 184version = "0.10.2" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" 187dependencies = [ 188 "humantime", 189 "is-terminal", 190 "log", 191 "regex", 192 "termcolor", 193] 194 195[[package]] 196name = "errno" 197version = "0.3.8" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 200dependencies = [ 201 "libc", 202 "windows-sys", 203] 204 205[[package]] 206name = "fastrand" 207version = "2.0.1" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 210 211[[package]] 212name = "fnv" 213version = "1.0.7" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 216 217[[package]] 218name = "getrandom" 219version = "0.2.12" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 222dependencies = [ 223 "cfg-if", 224 "libc", 225 "wasi", 226] 227 228[[package]] 229name = "glob" 230version = "0.3.1" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 233 234[[package]] 235name = "heck" 236version = "0.4.1" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 239 240[[package]] 241name = "hermit-abi" 242version = "0.3.4" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f" 245 246[[package]] 247name = "humantime" 248version = "2.1.0" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 251 252[[package]] 253name = "im" 254version = "10.2.0" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "006e5c34d6fc287f91a90f53f19a8a859bade826e3153b137b8e1022ea54250b" 257dependencies = [ 258 "rustc_version", 259] 260 261[[package]] 262name = "is-terminal" 263version = "0.4.10" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455" 266dependencies = [ 267 "hermit-abi", 268 "rustix", 269 "windows-sys", 270] 271 272[[package]] 273name = "itoa" 274version = "1.0.10" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 277 278[[package]] 279name = "lazy_static" 280version = "1.4.0" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 283 284[[package]] 285name = "libc" 286version = "0.2.152" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" 289 290[[package]] 291name = "libm" 292version = "0.2.8" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 295 296[[package]] 297name = "linux-raw-sys" 298version = "0.4.13" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 301 302[[package]] 303name = "log" 304version = "0.4.20" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 307 308[[package]] 309name = "matrixmultiply" 310version = "0.3.8" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2" 313dependencies = [ 314 "autocfg", 315 "rawpointer", 316] 317 318[[package]] 319name = "memchr" 320version = "2.7.1" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 323 324[[package]] 325name = "nalgebra" 326version = "0.32.3" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "307ed9b18cc2423f29e83f84fd23a8e73628727990181f18641a8b5dc2ab1caa" 329dependencies = [ 330 "approx", 331 "matrixmultiply", 332 "nalgebra-macros", 333 "num-complex", 334 "num-rational", 335 "num-traits", 336 "simba", 337 "typenum", 338] 339 340[[package]] 341name = "nalgebra-macros" 342version = "0.2.1" 343source = "registry+https://github.com/rust-lang/crates.io-index" 344checksum = "91761aed67d03ad966ef783ae962ef9bbaca728d2dd7ceb7939ec110fffad998" 345dependencies = [ 346 "proc-macro2", 347 "quote", 348 "syn 1.0.109", 349] 350 351[[package]] 352name = "num-complex" 353version = "0.4.4" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214" 356dependencies = [ 357 "num-traits", 358] 359 360[[package]] 361name = "num-integer" 362version = "0.1.45" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 365dependencies = [ 366 "autocfg", 367 "num-traits", 368] 369 370[[package]] 371name = "num-rational" 372version = "0.4.1" 373source = "registry+https://github.com/rust-lang/crates.io-index" 374checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 375dependencies = [ 376 "autocfg", 377 "num-integer", 378 "num-traits", 379] 380 381[[package]] 382name = "num-traits" 383version = "0.2.17" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 386dependencies = [ 387 "autocfg", 388 "libm", 389] 390 391[[package]] 392name = "papergrid" 393version = "0.10.0" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "a2ccbe15f2b6db62f9a9871642746427e297b0ceb85f9a7f1ee5ff47d184d0c8" 396dependencies = [ 397 "bytecount", 398 "fnv", 399 "unicode-width", 400] 401 402[[package]] 403name = "paste" 404version = "1.0.14" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 407 408[[package]] 409name = "peg" 410version = "0.8.2" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "400bcab7d219c38abf8bd7cc2054eb9bbbd4312d66f6a5557d572a203f646f61" 413dependencies = [ 414 "peg-macros", 415 "peg-runtime", 416] 417 418[[package]] 419name = "peg-macros" 420version = "0.8.2" 421source = "registry+https://github.com/rust-lang/crates.io-index" 422checksum = "46e61cce859b76d19090f62da50a9fe92bab7c2a5f09e183763559a2ac392c90" 423dependencies = [ 424 "peg-runtime", 425 "proc-macro2", 426 "quote", 427] 428 429[[package]] 430name = "peg-runtime" 431version = "0.8.2" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "36bae92c60fa2398ce4678b98b2c4b5a7c61099961ca1fa305aec04a9ad28922" 434 435[[package]] 436name = "ppv-lite86" 437version = "0.2.17" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 440 441[[package]] 442name = "primrose" 443version = "0.1.0" 444dependencies = [ 445 "env_logger", 446 "log", 447 "peg", 448 "primrose-library", 449 "rand", 450 "thiserror", 451] 452 453[[package]] 454name = "primrose-library" 455version = "0.1.0" 456dependencies = [ 457 "im", 458 "proptest", 459 "take_mut", 460] 461 462[[package]] 463name = "proc-macro-error" 464version = "1.0.4" 465source = "registry+https://github.com/rust-lang/crates.io-index" 466checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 467dependencies = [ 468 "proc-macro-error-attr", 469 "proc-macro2", 470 "quote", 471 "syn 1.0.109", 472 "version_check", 473] 474 475[[package]] 476name = "proc-macro-error-attr" 477version = "1.0.4" 478source = "registry+https://github.com/rust-lang/crates.io-index" 479checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 480dependencies = [ 481 "proc-macro2", 482 "quote", 483 "version_check", 484] 485 486[[package]] 487name = "proc-macro2" 488version = "1.0.78" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 491dependencies = [ 492 "unicode-ident", 493] 494 495[[package]] 496name = "proptest" 497version = "1.4.0" 498source = "registry+https://github.com/rust-lang/crates.io-index" 499checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf" 500dependencies = [ 501 "bit-set", 502 "bit-vec", 503 "bitflags 2.4.2", 504 "lazy_static", 505 "num-traits", 506 "rand", 507 "rand_chacha", 508 "rand_xorshift", 509 "regex-syntax", 510 "rusty-fork", 511 "tempfile", 512 "unarray", 513] 514 515[[package]] 516name = "quick-error" 517version = "1.2.3" 518source = "registry+https://github.com/rust-lang/crates.io-index" 519checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 520 521[[package]] 522name = "quote" 523version = "1.0.35" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 526dependencies = [ 527 "proc-macro2", 528] 529 530[[package]] 531name = "rand" 532version = "0.8.5" 533source = "registry+https://github.com/rust-lang/crates.io-index" 534checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 535dependencies = [ 536 "libc", 537 "rand_chacha", 538 "rand_core", 539] 540 541[[package]] 542name = "rand_chacha" 543version = "0.3.1" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 546dependencies = [ 547 "ppv-lite86", 548 "rand_core", 549] 550 551[[package]] 552name = "rand_core" 553version = "0.6.4" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 556dependencies = [ 557 "getrandom", 558] 559 560[[package]] 561name = "rand_xorshift" 562version = "0.3.0" 563source = "registry+https://github.com/rust-lang/crates.io-index" 564checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" 565dependencies = [ 566 "rand_core", 567] 568 569[[package]] 570name = "rawpointer" 571version = "0.2.1" 572source = "registry+https://github.com/rust-lang/crates.io-index" 573checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" 574 575[[package]] 576name = "redox_syscall" 577version = "0.4.1" 578source = "registry+https://github.com/rust-lang/crates.io-index" 579checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 580dependencies = [ 581 "bitflags 1.3.2", 582] 583 584[[package]] 585name = "regex" 586version = "1.10.3" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" 589dependencies = [ 590 "aho-corasick", 591 "memchr", 592 "regex-automata", 593 "regex-syntax", 594] 595 596[[package]] 597name = "regex-automata" 598version = "0.4.4" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a" 601dependencies = [ 602 "aho-corasick", 603 "memchr", 604 "regex-syntax", 605] 606 607[[package]] 608name = "regex-syntax" 609version = "0.8.2" 610source = "registry+https://github.com/rust-lang/crates.io-index" 611checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 612 613[[package]] 614name = "rustc_version" 615version = "0.2.3" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 618dependencies = [ 619 "semver 0.9.0", 620] 621 622[[package]] 623name = "rustix" 624version = "0.38.30" 625source = "registry+https://github.com/rust-lang/crates.io-index" 626checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca" 627dependencies = [ 628 "bitflags 2.4.2", 629 "errno", 630 "libc", 631 "linux-raw-sys", 632 "windows-sys", 633] 634 635[[package]] 636name = "rusty-fork" 637version = "0.3.0" 638source = "registry+https://github.com/rust-lang/crates.io-index" 639checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" 640dependencies = [ 641 "fnv", 642 "quick-error", 643 "tempfile", 644 "wait-timeout", 645] 646 647[[package]] 648name = "ryu" 649version = "1.0.16" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" 652 653[[package]] 654name = "safe_arch" 655version = "0.7.1" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354" 658dependencies = [ 659 "bytemuck", 660] 661 662[[package]] 663name = "semver" 664version = "0.9.0" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 667dependencies = [ 668 "semver-parser", 669] 670 671[[package]] 672name = "semver" 673version = "1.0.21" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0" 676dependencies = [ 677 "serde", 678] 679 680[[package]] 681name = "semver-parser" 682version = "0.7.0" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 685 686[[package]] 687name = "serde" 688version = "1.0.195" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02" 691dependencies = [ 692 "serde_derive", 693] 694 695[[package]] 696name = "serde_derive" 697version = "1.0.195" 698source = "registry+https://github.com/rust-lang/crates.io-index" 699checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c" 700dependencies = [ 701 "proc-macro2", 702 "quote", 703 "syn 2.0.48", 704] 705 706[[package]] 707name = "serde_json" 708version = "1.0.111" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" 711dependencies = [ 712 "itoa", 713 "ryu", 714 "serde", 715] 716 717[[package]] 718name = "simba" 719version = "0.8.1" 720source = "registry+https://github.com/rust-lang/crates.io-index" 721checksum = "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae" 722dependencies = [ 723 "approx", 724 "num-complex", 725 "num-traits", 726 "paste", 727 "wide", 728] 729 730[[package]] 731name = "syn" 732version = "1.0.109" 733source = "registry+https://github.com/rust-lang/crates.io-index" 734checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 735dependencies = [ 736 "proc-macro2", 737 "quote", 738 "unicode-ident", 739] 740 741[[package]] 742name = "syn" 743version = "2.0.48" 744source = "registry+https://github.com/rust-lang/crates.io-index" 745checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" 746dependencies = [ 747 "proc-macro2", 748 "quote", 749 "unicode-ident", 750] 751 752[[package]] 753name = "tabled" 754version = "0.14.0" 755source = "registry+https://github.com/rust-lang/crates.io-index" 756checksum = "dfe9c3632da101aba5131ed63f9eed38665f8b3c68703a6bb18124835c1a5d22" 757dependencies = [ 758 "papergrid", 759 "tabled_derive", 760 "unicode-width", 761] 762 763[[package]] 764name = "tabled_derive" 765version = "0.6.0" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "99f688a08b54f4f02f0a3c382aefdb7884d3d69609f785bd253dc033243e3fe4" 768dependencies = [ 769 "heck", 770 "proc-macro-error", 771 "proc-macro2", 772 "quote", 773 "syn 1.0.109", 774] 775 776[[package]] 777name = "take_mut" 778version = "0.2.2" 779source = "registry+https://github.com/rust-lang/crates.io-index" 780checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" 781 782[[package]] 783name = "tempfile" 784version = "3.9.0" 785source = "registry+https://github.com/rust-lang/crates.io-index" 786checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" 787dependencies = [ 788 "cfg-if", 789 "fastrand", 790 "redox_syscall", 791 "rustix", 792 "windows-sys", 793] 794 795[[package]] 796name = "termcolor" 797version = "1.4.1" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 800dependencies = [ 801 "winapi-util", 802] 803 804[[package]] 805name = "thiserror" 806version = "1.0.56" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" 809dependencies = [ 810 "thiserror-impl", 811] 812 813[[package]] 814name = "thiserror-impl" 815version = "1.0.56" 816source = "registry+https://github.com/rust-lang/crates.io-index" 817checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" 818dependencies = [ 819 "proc-macro2", 820 "quote", 821 "syn 2.0.48", 822] 823 824[[package]] 825name = "typenum" 826version = "1.17.0" 827source = "registry+https://github.com/rust-lang/crates.io-index" 828checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 829 830[[package]] 831name = "unarray" 832version = "0.1.4" 833source = "registry+https://github.com/rust-lang/crates.io-index" 834checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" 835 836[[package]] 837name = "unicode-ident" 838version = "1.0.12" 839source = "registry+https://github.com/rust-lang/crates.io-index" 840checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 841 842[[package]] 843name = "unicode-width" 844version = "0.1.11" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 847 848[[package]] 849name = "version_check" 850version = "0.9.4" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 853 854[[package]] 855name = "wait-timeout" 856version = "0.2.0" 857source = "registry+https://github.com/rust-lang/crates.io-index" 858checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 859dependencies = [ 860 "libc", 861] 862 863[[package]] 864name = "wasi" 865version = "0.11.0+wasi-snapshot-preview1" 866source = "registry+https://github.com/rust-lang/crates.io-index" 867checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 868 869[[package]] 870name = "wide" 871version = "0.7.14" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "b31891d644eba1789fb6715f27fbc322e4bdf2ecdc412ede1993246159271613" 874dependencies = [ 875 "bytemuck", 876 "safe_arch", 877] 878 879[[package]] 880name = "winapi" 881version = "0.3.9" 882source = "registry+https://github.com/rust-lang/crates.io-index" 883checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 884dependencies = [ 885 "winapi-i686-pc-windows-gnu", 886 "winapi-x86_64-pc-windows-gnu", 887] 888 889[[package]] 890name = "winapi-i686-pc-windows-gnu" 891version = "0.4.0" 892source = "registry+https://github.com/rust-lang/crates.io-index" 893checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 894 895[[package]] 896name = "winapi-util" 897version = "0.1.6" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 900dependencies = [ 901 "winapi", 902] 903 904[[package]] 905name = "winapi-x86_64-pc-windows-gnu" 906version = "0.4.0" 907source = "registry+https://github.com/rust-lang/crates.io-index" 908checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 909 910[[package]] 911name = "windows-sys" 912version = "0.52.0" 913source = "registry+https://github.com/rust-lang/crates.io-index" 914checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 915dependencies = [ 916 "windows-targets", 917] 918 919[[package]] 920name = "windows-targets" 921version = "0.52.0" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 924dependencies = [ 925 "windows_aarch64_gnullvm", 926 "windows_aarch64_msvc", 927 "windows_i686_gnu", 928 "windows_i686_msvc", 929 "windows_x86_64_gnu", 930 "windows_x86_64_gnullvm", 931 "windows_x86_64_msvc", 932] 933 934[[package]] 935name = "windows_aarch64_gnullvm" 936version = "0.52.0" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 939 940[[package]] 941name = "windows_aarch64_msvc" 942version = "0.52.0" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 945 946[[package]] 947name = "windows_i686_gnu" 948version = "0.52.0" 949source = "registry+https://github.com/rust-lang/crates.io-index" 950checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 951 952[[package]] 953name = "windows_i686_msvc" 954version = "0.52.0" 955source = "registry+https://github.com/rust-lang/crates.io-index" 956checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 957 958[[package]] 959name = "windows_x86_64_gnu" 960version = "0.52.0" 961source = "registry+https://github.com/rust-lang/crates.io-index" 962checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 963 964[[package]] 965name = "windows_x86_64_gnullvm" 966version = "0.52.0" 967source = "registry+https://github.com/rust-lang/crates.io-index" 968checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 969 970[[package]] 971name = "windows_x86_64_msvc" 972version = "0.52.0" 973source = "registry+https://github.com/rust-lang/crates.io-index" 974checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"