Last active
February 3, 2023 13:30
-
-
Save qryxip/2bd2840588dc0dd8ca6831386210cf9e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is automatically @generated by Cargo. | |
# It is not intended for manual editing. | |
version = 3 | |
[[package]] | |
name = "Inflector" | |
version = "0.11.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" | |
[[package]] | |
name = "ac-library-rs" | |
version = "0.1.0" | |
source = "git+https://github.com/rust-lang-ja/ac-library-rs.git?rev=c03e2cab25a5997ed00674fee5f821e5a5433b42#c03e2cab25a5997ed00674fee5f821e5a5433b42" | |
[[package]] | |
name = "aho-corasick" | |
version = "0.7.20" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" | |
dependencies = [ | |
"memchr", | |
] | |
[[package]] | |
name = "alga" | |
version = "0.9.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "4f823d037a7ec6ea2197046bafd4ae150e6bc36f9ca347404f46a46823fa84f2" | |
dependencies = [ | |
"approx 0.3.2", | |
"num-complex 0.2.4", | |
"num-traits", | |
] | |
[[package]] | |
name = "aliasable" | |
version = "0.1.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" | |
[[package]] | |
name = "amplify" | |
version = "3.13.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "116019a174e912931d5b19ca7ab6a22596d12cdb1320358fad3368f0aba135a9" | |
dependencies = [ | |
"amplify_derive", | |
"amplify_num", | |
"libc", | |
"rand", | |
"stringly_conversions", | |
] | |
[[package]] | |
name = "amplify_derive" | |
version = "2.11.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1c3de270e75f27a4468a7c344070109046656e85cb522141f7d40ab4b83803ac" | |
dependencies = [ | |
"amplify_syn", | |
"proc-macro2", | |
"quote", | |
"syn", | |
] | |
[[package]] | |
name = "amplify_num" | |
version = "0.4.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f27d3d00d3d115395a7a8a4dc045feb7aa82b641e485f7e15f4e67ac16f4f56d" | |
[[package]] | |
name = "amplify_syn" | |
version = "1.1.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "da24db1445cc7bc3842fa072c2d51fe5b25b812b6a572d65842a4c72e87221ac" | |
dependencies = [ | |
"proc-macro2", | |
"quote", | |
"syn", | |
] | |
[[package]] | |
name = "anyhow" | |
version = "1.0.68" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" | |
[[package]] | |
name = "approx" | |
version = "0.3.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3" | |
dependencies = [ | |
"num-traits", | |
] | |
[[package]] | |
name = "approx" | |
version = "0.5.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" | |
dependencies = [ | |
"num-traits", | |
] | |
[[package]] | |
name = "arbitrary" | |
version = "1.2.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "3e90af4de65aa7b293ef2d09daff88501eb254f58edde2e1ac02c82d873eadad" | |
[[package]] | |
name = "argio" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "edcfc5018bf09b4bba1fd737598ba0ed9671da849a510611716804e616816393" | |
dependencies = [ | |
"argio-macro", | |
"proconio", | |
] | |
[[package]] | |
name = "argio-macro" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "02fe9db01606837393bc98b3bbb73a5e44c52ecf9e5275c3d352b4c5c1b3f29e" | |
dependencies = [ | |
"proc-macro2", | |
"quote", | |
"regex", | |
"syn", | |
] | |
[[package]] | |
name = "ascii" | |
version = "1.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" | |
[[package]] | |
name = "autocfg" | |
version = "1.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" | |
[[package]] | |
name = "bitmaps" | |
version = "2.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" | |
dependencies = [ | |
"typenum", | |
] | |
[[package]] | |
name = "bitset-fixed" | |
version = "0.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a8cc868e96ba5c32ffae4d42bf2940ca7fca317dcef3f19b6d7de66b6885abff" | |
[[package]] | |
name = "bitvec" | |
version = "1.0.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" | |
dependencies = [ | |
"funty", | |
"radium", | |
"tap", | |
"wyz", | |
] | |
[[package]] | |
name = "bytemuck" | |
version = "1.13.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c041d3eab048880cb0b86b256447da3f18859a163c3b8d8893f4e6368abe6393" | |
[[package]] | |
name = "cfg-if" | |
version = "1.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |
[[package]] | |
name = "counter" | |
version = "0.5.7" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "2d458e66999348f56fd3ffcfbb7f7951542075ca8359687c703de6500c1ddccd" | |
dependencies = [ | |
"num-traits", | |
] | |
[[package]] | |
name = "easy-ext" | |
version = "1.0.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "49457524c7e65648794c98283282a0b7c73b10018e7091f1cdcfff314fd7ae59" | |
[[package]] | |
name = "either" | |
version = "1.8.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" | |
[[package]] | |
name = "fixedbitset" | |
version = "0.4.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" | |
[[package]] | |
name = "func_wrap" | |
version = "0.1.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "269593e21b83a2ccbc36c7922e299f11b5671d91b0116138080b9b4cfa5eec05" | |
dependencies = [ | |
"proc-macro2", | |
"quote", | |
"syn", | |
] | |
[[package]] | |
name = "funty" | |
version = "2.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" | |
[[package]] | |
name = "getrandom" | |
version = "0.2.8" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" | |
dependencies = [ | |
"cfg-if", | |
"libc", | |
"wasi", | |
] | |
[[package]] | |
name = "hashbag" | |
version = "0.1.10" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "de6127f031a7cae17eadc14a56738d01b2912c985d3dba0e597c8fccea49622b" | |
[[package]] | |
name = "hashbrown" | |
version = "0.12.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" | |
[[package]] | |
name = "im-rc" | |
version = "15.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe" | |
dependencies = [ | |
"bitmaps", | |
"rand_core", | |
"rand_xoshiro", | |
"sized-chunks", | |
"typenum", | |
"version_check", | |
] | |
[[package]] | |
name = "index_vec" | |
version = "0.1.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "74086667896a940438f2118212f313abba4aff3831fef6f4b17d02add5c8bb60" | |
[[package]] | |
name = "indexing" | |
version = "0.4.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d3c4d532eb2a0194b8cfa6ca3745f817e58e6844bb86a0cbba5ada68de5fce10" | |
[[package]] | |
name = "indexmap" | |
version = "1.9.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" | |
dependencies = [ | |
"autocfg", | |
"hashbrown", | |
] | |
[[package]] | |
name = "integer-sqrt" | |
version = "0.1.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770" | |
dependencies = [ | |
"num-traits", | |
] | |
[[package]] | |
name = "itertools" | |
version = "0.10.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" | |
dependencies = [ | |
"either", | |
] | |
[[package]] | |
name = "itertools-num" | |
version = "0.1.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a872a22f9e6f7521ca557660adb96dd830e54f0f490fa115bb55dd69d38b27e7" | |
dependencies = [ | |
"num-traits", | |
] | |
[[package]] | |
name = "itoa" | |
version = "0.4.8" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" | |
[[package]] | |
name = "judge" | |
version = "0.0.0" | |
dependencies = [ | |
"ac-library-rs", | |
"alga", | |
"amplify", | |
"argio", | |
"ascii", | |
"bitset-fixed", | |
"bitvec", | |
"counter", | |
"easy-ext", | |
"either", | |
"fixedbitset", | |
"getrandom", | |
"hashbag", | |
"im-rc", | |
"index_vec", | |
"indexing", | |
"indexmap", | |
"itertools", | |
"itertools-num", | |
"lazy_static", | |
"libm", | |
"maplit", | |
"memoise", | |
"nalgebra", | |
"ndarray", | |
"num", | |
"num-bigint", | |
"num-complex 0.4.3", | |
"num-derive", | |
"num-integer", | |
"num-iter", | |
"num-rational", | |
"num-traits", | |
"once_cell", | |
"ordered-float 3.4.0", | |
"ouroboros", | |
"pathfinding", | |
"permutohedron", | |
"petgraph", | |
"proconio", | |
"rand", | |
"rand_chacha", | |
"rand_core", | |
"rand_distr", | |
"rand_hc", | |
"rand_pcg", | |
"recur-fn", | |
"regex", | |
"rustc-hash", | |
"smallvec", | |
"static_assertions", | |
"superslice", | |
"text_io", | |
"varisat", | |
"whiteread", | |
"with_locals", | |
] | |
[[package]] | |
name = "lazy_static" | |
version = "1.4.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |
[[package]] | |
name = "leb128" | |
version = "0.2.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" | |
[[package]] | |
name = "libc" | |
version = "0.2.139" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" | |
[[package]] | |
name = "libm" | |
version = "0.2.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" | |
[[package]] | |
name = "log" | |
version = "0.4.17" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" | |
dependencies = [ | |
"cfg-if", | |
] | |
[[package]] | |
name = "maplit" | |
version = "1.0.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" | |
[[package]] | |
name = "matrixmultiply" | |
version = "0.3.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84" | |
dependencies = [ | |
"rawpointer", | |
] | |
[[package]] | |
name = "memchr" | |
version = "2.5.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" | |
[[package]] | |
name = "memoise" | |
version = "0.3.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "04d4bedd9ad829dc571ce57e21d6b270a62646889bc045f265eb92183d6599db" | |
dependencies = [ | |
"proc-macro2", | |
"quote", | |
"syn", | |
] | |
[[package]] | |
name = "nalgebra" | |
version = "0.32.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f6515c882ebfddccaa73ead7320ca28036c4bc84c9bcca3cc0cbba8efe89223a" | |
dependencies = [ | |
"approx 0.5.1", | |
"matrixmultiply", | |
"nalgebra-macros", | |
"num-complex 0.4.3", | |
"num-rational", | |
"num-traits", | |
"simba", | |
"typenum", | |
] | |
[[package]] | |
name = "nalgebra-macros" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d232c68884c0c99810a5a4d333ef7e47689cfd0edc85efc9e54e1e6bf5212766" | |
dependencies = [ | |
"proc-macro2", | |
"quote", | |
"syn", | |
] | |
[[package]] | |
name = "ndarray" | |
version = "0.15.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32" | |
dependencies = [ | |
"matrixmultiply", | |
"num-complex 0.4.3", | |
"num-integer", | |
"num-traits", | |
"rawpointer", | |
] | |
[[package]] | |
name = "num" | |
version = "0.4.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606" | |
dependencies = [ | |
"num-bigint", | |
"num-complex 0.4.3", | |
"num-integer", | |
"num-iter", | |
"num-rational", | |
"num-traits", | |
] | |
[[package]] | |
name = "num-bigint" | |
version = "0.4.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" | |
dependencies = [ | |
"autocfg", | |
"num-integer", | |
"num-traits", | |
] | |
[[package]] | |
name = "num-complex" | |
version = "0.2.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95" | |
dependencies = [ | |
"autocfg", | |
"num-traits", | |
] | |
[[package]] | |
name = "num-complex" | |
version = "0.4.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d" | |
dependencies = [ | |
"num-traits", | |
] | |
[[package]] | |
name = "num-derive" | |
version = "0.3.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" | |
dependencies = [ | |
"proc-macro2", | |
"quote", | |
"syn", | |
] | |
[[package]] | |
name = "num-integer" | |
version = "0.1.45" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" | |
dependencies = [ | |
"autocfg", | |
"num-traits", | |
] | |
[[package]] | |
name = "num-iter" | |
version = "0.1.43" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" | |
dependencies = [ | |
"autocfg", | |
"num-integer", | |
"num-traits", | |
] | |
[[package]] | |
name = "num-rational" | |
version = "0.4.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" | |
dependencies = [ | |
"autocfg", | |
"num-bigint", | |
"num-integer", | |
"num-traits", | |
] | |
[[package]] | |
name = "num-traits" | |
version = "0.2.15" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" | |
dependencies = [ | |
"autocfg", | |
"libm", | |
] | |
[[package]] | |
name = "once_cell" | |
version = "1.17.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" | |
[[package]] | |
name = "ordered-float" | |
version = "2.10.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87" | |
dependencies = [ | |
"num-traits", | |
] | |
[[package]] | |
name = "ordered-float" | |
version = "3.4.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d84eb1409416d254e4a9c8fa56cc24701755025b458f0fcd8e59e1f5f40c23bf" | |
dependencies = [ | |
"num-traits", | |
] | |
[[package]] | |
name = "ouroboros" | |
version = "0.15.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "dfbb50b356159620db6ac971c6d5c9ab788c9cc38a6f49619fca2a27acb062ca" | |
dependencies = [ | |
"aliasable", | |
"ouroboros_macro", | |
] | |
[[package]] | |
name = "ouroboros_macro" | |
version = "0.15.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "4a0d9d1a6191c4f391f87219d1ea42b23f09ee84d64763cd05ee6ea88d9f384d" | |
dependencies = [ | |
"Inflector", | |
"proc-macro-error", | |
"proc-macro2", | |
"quote", | |
"syn", | |
] | |
[[package]] | |
name = "partial_ref" | |
version = "0.3.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "0f728bc9b1479656e40cba507034904a8c44027c0efdbbaf6a4bdc5f2d3a910c" | |
dependencies = [ | |
"partial_ref_derive", | |
] | |
[[package]] | |
name = "partial_ref_derive" | |
version = "0.3.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "300e1d2cb5b898b5a5342e994e0d0c367dbfe69cbf717cd307045ec9fb057581" | |
dependencies = [ | |
"proc-macro2", | |
"quote", | |
"syn", | |
] | |
[[package]] | |
name = "paste" | |
version = "1.0.11" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba" | |
[[package]] | |
name = "pathfinding" | |
version = "4.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "7c4eef7dd95d1ad58de5954f7368116d2663ccc01e0e03e50b724fef7eb2161c" | |
dependencies = [ | |
"fixedbitset", | |
"indexmap", | |
"integer-sqrt", | |
"num-traits", | |
"rustc-hash", | |
"thiserror", | |
] | |
[[package]] | |
name = "permutohedron" | |
version = "0.2.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "b687ff7b5da449d39e418ad391e5e08da53ec334903ddbb921db208908fc372c" | |
[[package]] | |
name = "petgraph" | |
version = "0.6.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143" | |
dependencies = [ | |
"fixedbitset", | |
"indexmap", | |
] | |
[[package]] | |
name = "ppv-lite86" | |
version = "0.2.17" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" | |
[[package]] | |
name = "proc-macro-error" | |
version = "1.0.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" | |
dependencies = [ | |
"proc-macro-error-attr", | |
"proc-macro2", | |
"quote", | |
"syn", | |
"version_check", | |
] | |
[[package]] | |
name = "proc-macro-error-attr" | |
version = "1.0.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" | |
dependencies = [ | |
"proc-macro2", | |
"quote", | |
"version_check", | |
] | |
[[package]] | |
name = "proc-macro2" | |
version = "1.0.50" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2" | |
dependencies = [ | |
"unicode-ident", | |
] | |
[[package]] | |
name = "proconio" | |
version = "0.4.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "91c333be3af2936f8e810300bc74fe4d0cc168ebc04ab02a28c5b1060fa1bd59" | |
dependencies = [ | |
"lazy_static", | |
"proconio-derive", | |
] | |
[[package]] | |
name = "proconio-derive" | |
version = "0.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "bccfa078f1a3db6563793531989799a2201d9bdf609f48dd82620b443fbcd409" | |
dependencies = [ | |
"proc-macro2", | |
"quote", | |
"syn", | |
] | |
[[package]] | |
name = "quote" | |
version = "1.0.23" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" | |
dependencies = [ | |
"proc-macro2", | |
] | |
[[package]] | |
name = "radium" | |
version = "0.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" | |
[[package]] | |
name = "rand" | |
version = "0.8.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | |
dependencies = [ | |
"libc", | |
"rand_chacha", | |
"rand_core", | |
] | |
[[package]] | |
name = "rand_chacha" | |
version = "0.3.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" | |
dependencies = [ | |
"ppv-lite86", | |
"rand_core", | |
] | |
[[package]] | |
name = "rand_core" | |
version = "0.6.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" | |
dependencies = [ | |
"getrandom", | |
] | |
[[package]] | |
name = "rand_distr" | |
version = "0.4.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" | |
dependencies = [ | |
"num-traits", | |
"rand", | |
] | |
[[package]] | |
name = "rand_hc" | |
version = "0.3.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" | |
dependencies = [ | |
"rand_core", | |
] | |
[[package]] | |
name = "rand_pcg" | |
version = "0.3.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" | |
dependencies = [ | |
"rand_core", | |
] | |
[[package]] | |
name = "rand_xoshiro" | |
version = "0.6.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" | |
dependencies = [ | |
"rand_core", | |
] | |
[[package]] | |
name = "rawpointer" | |
version = "0.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" | |
[[package]] | |
name = "recur-fn" | |
version = "2.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ddb239d0574f3f7a7f44da906a0484f1fc284f89cfbc4eca1895420dbf948201" | |
[[package]] | |
name = "regex" | |
version = "1.7.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" | |
dependencies = [ | |
"aho-corasick", | |
"memchr", | |
"regex-syntax", | |
] | |
[[package]] | |
name = "regex-syntax" | |
version = "0.6.28" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" | |
[[package]] | |
name = "rustc-hash" | |
version = "1.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" | |
[[package]] | |
name = "safe_arch" | |
version = "0.6.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "794821e4ccb0d9f979512f9c1973480123f9bd62a90d74ab0f9426fcf8f4a529" | |
dependencies = [ | |
"bytemuck", | |
] | |
[[package]] | |
name = "serde" | |
version = "1.0.152" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" | |
dependencies = [ | |
"serde_derive", | |
] | |
[[package]] | |
name = "serde_derive" | |
version = "1.0.152" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" | |
dependencies = [ | |
"proc-macro2", | |
"quote", | |
"syn", | |
] | |
[[package]] | |
name = "simba" | |
version = "0.8.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "50582927ed6f77e4ac020c057f37a268fc6aebc29225050365aacbb9deeeddc4" | |
dependencies = [ | |
"approx 0.5.1", | |
"num-complex 0.4.3", | |
"num-traits", | |
"paste", | |
"wide", | |
] | |
[[package]] | |
name = "sized-chunks" | |
version = "0.6.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e" | |
dependencies = [ | |
"bitmaps", | |
"typenum", | |
] | |
[[package]] | |
name = "smallvec" | |
version = "1.10.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" | |
dependencies = [ | |
"arbitrary", | |
"serde", | |
] | |
[[package]] | |
name = "static_assertions" | |
version = "1.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" | |
[[package]] | |
name = "stringly_conversions" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ff63080f492dd4d289ffcaed8d7ece38adfb423db910eb342c0e04d409536a7a" | |
dependencies = [ | |
"paste", | |
] | |
[[package]] | |
name = "superslice" | |
version = "1.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | |
[[package]] | |
name = "syn" | |
version = "1.0.107" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" | |
dependencies = [ | |
"proc-macro2", | |
"quote", | |
"unicode-ident", | |
] | |
[[package]] | |
name = "synstructure" | |
version = "0.12.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" | |
dependencies = [ | |
"proc-macro2", | |
"quote", | |
"syn", | |
"unicode-xid", | |
] | |
[[package]] | |
name = "tap" | |
version = "1.0.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" | |
[[package]] | |
name = "text_io" | |
version = "0.1.12" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d5f0c8eb2ad70c12a6a69508f499b3051c924f4b1cfeae85bfad96e6bc5bba46" | |
[[package]] | |
name = "thiserror" | |
version = "1.0.38" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" | |
dependencies = [ | |
"thiserror-impl", | |
] | |
[[package]] | |
name = "thiserror-impl" | |
version = "1.0.38" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" | |
dependencies = [ | |
"proc-macro2", | |
"quote", | |
"syn", | |
] | |
[[package]] | |
name = "typenum" | |
version = "1.16.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" | |
[[package]] | |
name = "unicode-ident" | |
version = "1.0.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" | |
[[package]] | |
name = "unicode-xid" | |
version = "0.2.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" | |
[[package]] | |
name = "varisat" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ebe609851d1e9196674ac295f656bd8601200a1077343d22b345013497807caf" | |
dependencies = [ | |
"anyhow", | |
"itoa", | |
"leb128", | |
"log", | |
"ordered-float 2.10.0", | |
"partial_ref", | |
"rustc-hash", | |
"serde", | |
"thiserror", | |
"varisat-checker", | |
"varisat-dimacs", | |
"varisat-formula", | |
"varisat-internal-macros", | |
"varisat-internal-proof", | |
"vec_mut_scan", | |
] | |
[[package]] | |
name = "varisat-checker" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "135c977c5913ed6e98f6b81b8e4d322211303b7d40dae773caef7ad1de6c763b" | |
dependencies = [ | |
"anyhow", | |
"log", | |
"partial_ref", | |
"rustc-hash", | |
"smallvec", | |
"thiserror", | |
"varisat-dimacs", | |
"varisat-formula", | |
"varisat-internal-proof", | |
] | |
[[package]] | |
name = "varisat-dimacs" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "3d1dee4e21be1f04c0a939f7ae710cced47233a578de08a1b3c7d50848402636" | |
dependencies = [ | |
"anyhow", | |
"itoa", | |
"thiserror", | |
"varisat-formula", | |
] | |
[[package]] | |
name = "varisat-formula" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "395c5543b9bfd9076d6d3af49d6c34a4b91b0b355998c0a5ec6ed7265d364520" | |
[[package]] | |
name = "varisat-internal-macros" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "602ece773543d066aa7848455486c6c0422a3f214da7a2b899100f3c4f12408d" | |
dependencies = [ | |
"proc-macro2", | |
"quote", | |
"regex", | |
"syn", | |
"synstructure", | |
] | |
[[package]] | |
name = "varisat-internal-proof" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "6163bb7bc9018af077b76d64f976803d141c36a27d640f1437dddc4fd527d207" | |
dependencies = [ | |
"anyhow", | |
"varisat-formula", | |
] | |
[[package]] | |
name = "vec_mut_scan" | |
version = "0.3.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "68ed610a8d5e63d9c0e31300e8fdb55104c5f21e422743a9dc74848fa8317fd2" | |
[[package]] | |
name = "version_check" | |
version = "0.9.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" | |
[[package]] | |
name = "wasi" | |
version = "0.11.0+wasi-snapshot-preview1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | |
[[package]] | |
name = "whiteread" | |
version = "0.5.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "8bc25de0a968755322a6b517a7257df7ec3216ed7907b8fc064906542f9714b3" | |
[[package]] | |
name = "wide" | |
version = "0.7.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "ae41ecad2489a1655c8ef8489444b0b113c0a0c795944a3572a0931cf7d2525c" | |
dependencies = [ | |
"bytemuck", | |
"safe_arch", | |
] | |
[[package]] | |
name = "with_locals" | |
version = "0.3.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "d6b18e3de2984bef91f1c25ecf627ca8dad84a5fd82880ec3a80613f7e0de825" | |
dependencies = [ | |
"with_locals-proc_macros", | |
] | |
[[package]] | |
name = "with_locals-proc_macros" | |
version = "0.3.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "9ffbf21d66f9fd04c3f9434182e3defb60752b2a3bd587c13dac960ec7f8fd3a" | |
dependencies = [ | |
"func_wrap", | |
"proc-macro2", | |
"quote", | |
"syn", | |
] | |
[[package]] | |
name = "wyz" | |
version = "0.5.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" | |
dependencies = [ | |
"tap", | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment