Documentation
[package]
name = "iou"
version = "0.3.2"
description = "io_uring bindings"
documentation = "https://docs.rs/iou"
repository = "https://github.com/withoutboats/iou"
keywords = ["io_uring", "liburing", "async", "futures"]
license = "MIT OR Apache-2.0"
authors = ["Without Boats <boats@mozilla.com>"]
edition = "2018"

[dependencies]
bitflags = "1.2.0"
nix = "0.18.0"
uring-sys = "0.7.4"
libc = "0.2.77"

[dev-dependencies]
semver = "0.9.0"