[dependencies.async-std]
features = ["attributes"]
version = "1.12"
[dependencies.async-trait]
version = "0.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[lib]
name = "async_taskex"
path = "src/lib.rs"
[package]
authors = ["Jaemin Kim <geminik23@gmail.com>"]
description = "A lightweight Rust library for building extensible asynchronous task executors, designed for handling large-scale multitasking in server environments."
edition = "2021"
license = "MIT"
name = "async-task-executor"
readme = "README.md"
repository = "https://github.com/geminik23/async-task-executor"
version = "0.1.2"