[package] name = "kio" version = "0.2.0" authors = ["Luke Curley "] license = "MIT" edition = "2018" description = "io_uring powered runtime" repository = "https://github.com/kixelated/kio" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" futures = "0.3" io-uring = "0.4" libc = "0.2" slotmap = "1" nix = "0.19"