2022-07-05 20:05:13 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2016-03-18 06:44:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-05 20:05:13 +02:00
|
|
|
checksum = "348228ce9f93d20ffc30c18e575f82fa41b9c8bf064806c65d41eba4771595a0"
|
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"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-05 20:05:13 +02:00
|
|
|
checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
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
|
|
|
|
2016-03-06 01:54:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-05 20:05:13 +02:00
|
|
|
checksum = "4870ef6725dde13394134e587e4ab4eca13cb92e916209a31c851b49131d3c75"
|
2016-03-06 01:54:46 +01:00
|
|
|
|
2016-03-06 10:35:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-05 20:05:13 +02:00
|
|
|
checksum = "038b5d13189a14e5b6ac384fdb7c691a45ef0885f6d2dddbf422e6c3506b8234"
|
2016-03-06 10:35:19 +01:00
|
|
|
dependencies = [
|
2022-07-05 20:05:13 +02:00
|
|
|
"libc",
|
2016-03-06 10:35:19 +01:00
|
|
|
]
|
|
|
|
|
2016-03-06 01:54:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.3.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-05 20:05:13 +02:00
|
|
|
checksum = "2791d88c6defac799c3f20d74f094ca33b9332612d9aef9078519c82e4fe04a5"
|
2016-03-06 01:54:46 +01:00
|
|
|
dependencies = [
|
2022-07-05 20:05:13 +02:00
|
|
|
"libc",
|
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",
|
|
|
|
"log",
|
|
|
|
"rand",
|
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"
|