[dependencies.async-std]
version = "1.13.0"
[dependencies.tokio]
features = ["full"]
version = "1.41.0"
[lib]
name = "asyncore"
path = "src/lib.rs"
[package]
authors = ["Montasir Mirghani <contact@montasir.me>"]
categories = ["asynchronous", "concurrency", "network-programming"]
description = "asyncore"
edition = "2021"
homepage = "https://github.com/dr-montasir/asyncore"
keywords = ["runtime", "async", "await", "task"]
license = "MIT OR Apache-2.0"
name = "asyncore"
readme = "README.md"
repository = "https://github.com/dr-montasir/asyncore"
version = "0.1.1"