[package]
edition = "2018"
name = "io-uring"
version = "0.2.0"
authors = ["Sergio Lopez <slp@redhat.com>"]
description = "Wrapper providing a safe and simple way to access liburing-sys features."
documentation = "https://docs.rs/io-uring"
readme = "README.md"
keywords = ["io", "async", "non-blocking", "uring"]
categories = ["asynchronous", "filesystem"]
license = "LGPL-2.1-only"
repository = "https://github.com/slp/io-uring"
[dependencies.libc]
version = "0.2.55"
[dependencies.liburing-sys]
version = "0.1.2"
[dev-dependencies.tempfile]
version = "3.0.8"