safina-executor 0.2.0

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.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"

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

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

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

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