version = 3
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "getrandom"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "libc"
version = "0.2.119"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
[[package]]
name = "pi_cancel_timer"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c247e0da49ba8fddfde7352ef8cf6ca0e1b857cbacaa3e5dd9dae2cf6061fcc"
dependencies = [
"pi_ext_heap",
"pi_slot_deque",
"pi_slot_wheel",
"slotmap",
]
[[package]]
name = "pi_ext_heap"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acdcfb7c46949fd3d2a18863da12e34fa718fecc21f8274cd1decbaef4ec3c42"
[[package]]
name = "pi_slot_deque"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "055ec1d3c294d4408a1d25ada623f889aa6fdfc2a99f93b0a9149bf70e980deb"
dependencies = [
"slotmap",
]
[[package]]
name = "pi_slot_wheel"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301ecd2dc1f6f3234f9e60a2ce4daca11484d5334c4c3257315d45f64ca075b"
dependencies = [
"pi_slot_deque",
"slotmap",
]
[[package]]
name = "pi_timer"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ac2a22d9b7a5f869355e309fc9353fd8aa739f70751328033ab265506aacf73"
dependencies = [
"pi_ext_heap",
"pi_wheel",
]
[[package]]
name = "pi_weight"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d91f4cdfa45e8f351481cd53152a43e05b988b2774fcb76360a4e3bd06d5be2e"
dependencies = [
"pi_ext_heap",
]
[[package]]
name = "pi_weight_task"
version = "0.1.0"
dependencies = [
"pi_cancel_timer",
"pi_ext_heap",
"pi_slot_deque",
"pi_slot_wheel",
"pi_timer",
"pi_weight",
"pi_wheel",
"pi_wy_rng",
"rand_core",
"slotmap",
]
[[package]]
name = "pi_wheel"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5628d036b61ef2f4290d84bbd8f249608b9071cc739de25fd63b828861716b10"
[[package]]
name = "pi_wy_rng"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "747ddd51dbb85451a68f5269fe3a6337aea6ac25ba3331d17292755607ab0e7b"
dependencies = [
"rand",
]
[[package]]
name = "ppv-lite86"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
[[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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
"getrandom",
]
[[package]]
name = "slotmap"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
dependencies = [
"version_check",
]
[[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.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"