2019-10-05 00:28:41 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2022-06-07 07:03:45 +00:00
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2023-02-13 08:49:38 +00:00
|
|
|
version = "1.0.0"
|
2019-10-05 00:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 08:49:38 +00:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2019-10-05 00:28:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-02-13 08:49:38 +00:00
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
2019-10-05 00:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 08:49:38 +00:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2019-10-05 00:28:41 +00:00
|
|
|
dependencies = [
|
2023-02-13 08:49:38 +00:00
|
|
|
"cfg-if",
|
2022-06-07 07:03:45 +00:00
|
|
|
"libc",
|
2023-02-13 08:49:38 +00:00
|
|
|
"wasi",
|
2019-10-05 00:28:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-13 08:49:38 +00:00
|
|
|
name = "ld45_one_and_all"
|
|
|
|
version = "0.1.1"
|
2019-10-05 00:28:41 +00:00
|
|
|
dependencies = [
|
2023-02-13 08:49:38 +00:00
|
|
|
"rand",
|
|
|
|
"serde",
|
2019-10-05 00:28:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-13 08:49:38 +00:00
|
|
|
name = "libc"
|
|
|
|
version = "0.2.126"
|
2019-10-05 00:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 08:49:38 +00:00
|
|
|
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
2019-10-05 00:28:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-02-13 08:49:38 +00:00
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.16"
|
2019-10-05 00:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 08:49:38 +00:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2019-10-05 00:28:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-02-13 08:49:38 +00:00
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.39"
|
2019-10-05 00:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 08:49:38 +00:00
|
|
|
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
|
2019-10-05 00:28:41 +00:00
|
|
|
dependencies = [
|
2023-02-13 08:49:38 +00:00
|
|
|
"unicode-ident",
|
2019-10-05 00:28:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-13 08:49:38 +00:00
|
|
|
name = "quote"
|
|
|
|
version = "1.0.18"
|
2019-10-05 00:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 08:49:38 +00:00
|
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
2019-10-05 00:28:41 +00:00
|
|
|
dependencies = [
|
2023-02-13 08:49:38 +00:00
|
|
|
"proc-macro2",
|
2019-10-05 00:28:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-13 08:49:38 +00:00
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
2019-10-05 00:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 08:49:38 +00:00
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-10-05 00:28:41 +00:00
|
|
|
dependencies = [
|
2023-02-13 08:49:38 +00:00
|
|
|
"getrandom",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
2019-10-05 00:28:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-13 08:49:38 +00:00
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
2019-10-05 00:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 08:49:38 +00:00
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-10-05 00:28:41 +00:00
|
|
|
dependencies = [
|
2023-02-13 08:49:38 +00:00
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
2019-10-05 00:28:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-13 08:49:38 +00:00
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
2019-10-05 00:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 08:49:38 +00:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-10-05 00:28:41 +00:00
|
|
|
dependencies = [
|
2023-02-13 08:49:38 +00:00
|
|
|
"getrandom",
|
2019-10-05 00:28:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-13 08:49:38 +00:00
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
2019-10-05 00:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 08:49:38 +00:00
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-10-05 00:28:41 +00:00
|
|
|
dependencies = [
|
2023-02-13 08:49:38 +00:00
|
|
|
"rand_core",
|
2019-10-05 00:28:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-13 08:49:38 +00:00
|
|
|
name = "serde"
|
|
|
|
version = "1.0.137"
|
2019-10-05 00:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 08:49:38 +00:00
|
|
|
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
|
2019-10-05 00:28:41 +00:00
|
|
|
dependencies = [
|
2023-02-13 08:49:38 +00:00
|
|
|
"serde_derive",
|
2019-10-05 00:28:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-13 08:49:38 +00:00
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.137"
|
2019-10-05 00:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 08:49:38 +00:00
|
|
|
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
|
2019-10-05 00:28:41 +00:00
|
|
|
dependencies = [
|
2023-02-13 08:49:38 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-10-05 00:28:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-06-07 07:03:45 +00:00
|
|
|
version = "1.0.96"
|
2019-10-05 00:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 07:03:45 +00:00
|
|
|
checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"
|
2019-10-05 00:28:41 +00:00
|
|
|
dependencies = [
|
2023-02-13 08:49:38 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-06-07 07:03:45 +00:00
|
|
|
"unicode-ident",
|
2019-10-05 00:28:41 +00:00
|
|
|
]
|
|
|
|
|
2022-06-07 07:03:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
|
2019-10-05 00:28:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-06-07 07:03:45 +00:00
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|