[package] name = "io_ring" version = "0.0.2" edition = "2021" description = "liburing wrapper" repository = "https://github.com/zzwxh/io_ring" license = "MIT" links = "uring-ffi" [dependencies] rustix = { version = "0.38", default-features = false, features = ["io_uring"] }