safina-executor 0.3.1

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

[[package]]
name = "once_cell"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"

[[package]]
name = "safina-executor"
version = "0.3.1"
dependencies = [
 "safina-sync",
 "safina-threadpool",
 "safina-timer",
]

[[package]]
name = "safina-sync"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "715875f40f69cb0ba3a7e547d2c5e9a8804fc51844d70e81b42fde08bedb58a1"

[[package]]
name = "safina-threadpool"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc5903fc95b9aba7a0fc14599209bc8ba367350a62390b55f72e7ff013ae82fd"

[[package]]
name = "safina-timer"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ae6828941a71f22b587bcee1c4656cc8e98e9d7491ad3f0ff441390733bdd0c"
dependencies = [
 "once_cell",
]