2022-07-05 20:05:13 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-01-20 02:34:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2016-03-18 06:44:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
2023-01-20 02:34:17 +01:00
|
|
|
version = "0.2.12"
|
2016-03-18 06:44:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 02:34:17 +01:00
|
|
|
checksum = "bd66663db5a988098a89599d4857919b3acf7f61402e61365acfd3919857b9be"
|
2016-03-18 06:44:02 +01:00
|
|
|
|
2019-03-08 20:59:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "float-ord"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-05 20:05:13 +02:00
|
|
|
checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
|
2019-03-08 20:59:14 +01:00
|
|
|
|
2019-03-07 13:54:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2023-01-20 02:34:17 +01:00
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
2019-03-07 13:54:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 02:34:17 +01:00
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2019-03-07 13:54:30 +01:00
|
|
|
|
2016-03-14 02:11:20 +01:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
2022-07-05 20:05:13 +02:00
|
|
|
version = "0.2.21"
|
2016-03-14 02:11:20 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-05 20:05:13 +02:00
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
2016-03-14 02:11:20 +01:00
|
|
|
|
2019-02-24 21:52:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-01-20 03:44:15 +01:00
|
|
|
version = "1.0.5"
|
2019-02-24 21:52:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 03:44:15 +01:00
|
|
|
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
2019-02-24 21:52:03 +01:00
|
|
|
|
2016-03-06 01:54:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-01-20 02:34:17 +01:00
|
|
|
version = "0.2.125"
|
2016-03-06 01:54:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 02:34:17 +01:00
|
|
|
checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
|
2016-03-06 01:54:46 +01:00
|
|
|
|
2016-03-06 10:35:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-01-20 02:34:17 +01:00
|
|
|
version = "0.3.9"
|
2016-03-06 01:54:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 02:34:17 +01:00
|
|
|
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.4.17",
|
|
|
|
]
|
2016-03-06 01:54:46 +01:00
|
|
|
|
2016-03-06 10:35:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-01-20 02:34:17 +01:00
|
|
|
version = "0.4.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.3.23"
|
2016-03-06 10:35:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 02:34:17 +01:00
|
|
|
checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
|
2016-03-06 10:35:19 +01:00
|
|
|
dependencies = [
|
2022-07-05 20:05:13 +02:00
|
|
|
"libc",
|
2023-01-20 02:34:17 +01:00
|
|
|
"rand 0.4.6",
|
2016-03-06 10:35:19 +01:00
|
|
|
]
|
|
|
|
|
2016-03-06 01:54:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2023-01-20 02:34:17 +01:00
|
|
|
version = "0.4.6"
|
2016-03-06 01:54:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 02:34:17 +01:00
|
|
|
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
2016-03-06 01:54:46 +01:00
|
|
|
dependencies = [
|
2023-01-20 02:34:17 +01:00
|
|
|
"fuchsia-cprng",
|
2022-07-05 20:05:13 +02:00
|
|
|
"libc",
|
2023-01-20 02:34:17 +01:00
|
|
|
"rand_core 0.3.1",
|
|
|
|
"rdrand",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1",
|
2016-03-06 01:54:46 +01:00
|
|
|
]
|
|
|
|
|
2018-03-24 17:36:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rust_hanabi"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-05 20:05:13 +02:00
|
|
|
"crossbeam",
|
|
|
|
"float-ord",
|
|
|
|
"fnv",
|
|
|
|
"getopts",
|
2023-01-20 02:34:17 +01:00
|
|
|
"log 0.3.9",
|
|
|
|
"rand 0.3.23",
|
2023-01-20 03:44:15 +01:00
|
|
|
"serde_json",
|
2019-02-24 21:52:03 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-01-20 03:44:15 +01:00
|
|
|
version = "1.0.12"
|
2019-02-24 21:52:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 03:44:15 +01:00
|
|
|
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
2019-02-24 21:52:03 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-01-20 03:44:15 +01:00
|
|
|
version = "1.0.152"
|
2019-02-24 21:52:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 03:44:15 +01:00
|
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
2019-02-24 21:52:03 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-01-20 03:44:15 +01:00
|
|
|
version = "1.0.91"
|
2019-02-24 21:52:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 03:44:15 +01:00
|
|
|
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
2019-02-24 21:52:03 +01:00
|
|
|
dependencies = [
|
2023-01-20 03:44:15 +01:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2018-03-24 17:36:25 +01:00
|
|
|
]
|
|
|
|
|
2022-07-05 20:05:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2023-01-20 02:34:17 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|