[package] name = "asyncio" version = "0.1.0" edition = "2021" description = "io_uring-first async I/O implementation" readme = "README.md" publish = false [dependencies] static_assertions = "1.1" libc = "0.2" nix = "0.23" bitflags = "1.3" ptr_meta = "0.1" crossbeam-queue = "0.3"