arty 0.3.0

Single-threaded, thread-aware application runtime.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "arty"
version = "0.3.0"
dependencies = [
 "arty_io_core",
 "thread_aware_core",
 "tick",
]

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

[[package]]
name = "futures-core"
version = "0.3.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"

[[package]]
name = "performables"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb1748f935e30422ad6011fcb465dacb05f5a5e248cb57cf45af6cfd309c7fcd"
dependencies = [
 "thread_aware_core",
]

[[package]]
name = "pin-project-lite"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"

[[package]]
name = "thread_aware"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82f2d8f0aa7bc71a23d3d7a29f3fa900ba9c8eaa77f4dd26555d5971876965f1"
dependencies = [
 "thread_aware_core",
]

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

[[package]]
name = "tick"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4113fd2019bd88cdf4d718962b35d128558765719e1bde7dd0755187878131f5"
dependencies = [
 "futures-core",
 "performables",
 "pin-project-lite",
 "thread_aware",
]