test_executors 0.2.0

Simple async executors for testing.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "blocking_semaphore"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88376f98b48312155a0ba2f868ad705f5d5b9a1065514b1f827e31c1d2f3dbb0"
dependencies = [
 "logwise",
]

[[package]]
name = "logwise"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca39b1e12fdc6ec3e2e8490248ea845257c2ea18cb060077cc9312ac5b3037cc"
dependencies = [
 "logwise_proc",
]

[[package]]
name = "logwise_proc"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ba61263a12347d87ece9286fab931b7f3407b06a94ab952e676b350d7054a57"

[[package]]
name = "priority"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3331288c73a29bd726cd92d947059399bf8e4b01f13d24f02caecd5187e5b5d5"

[[package]]
name = "some_executor"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf8a5b5a1b3d6044963578d0aa6dc96b3c95d0f41f78a9d3197a078f3479c2e2"
dependencies = [
 "priority",
]

[[package]]
name = "test_executors"
version = "0.2.0"
dependencies = [
 "blocking_semaphore",
 "logwise",
 "priority",
 "some_executor",
]