Documentation
[package]
name = "asyncore"
version = "0.2.0"
authors = ["Montasir Mirghani <contact@montasir.me>"]
edition = "2021"
description = "asyncore"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/dr-montasir/asyncore"
repository = "https://github.com/dr-montasir/asyncore"
readme = "README.md"
keywords = ["async", "await", "task"]
categories = ["asynchronous", "concurrency", "network-programming"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-std = "1.13.0"

[lib]
name = "asyncore"
path = "src/lib.rs"