uring-sys2 0.11.0

liburing bindings
Documentation
[build-dependencies.bindgen]
features = ["experimental"]
version = "0.69.1"

[build-dependencies.cc]
version = "1.0.83"

[dependencies.libc]
version = "0.2.151"

[dev-dependencies.tempfile]
version = "3.9.0"

[lib]
name = "uring_sys2"
path = "src/lib.rs"

[package]
authors = ["Without Boats <boats@mozilla.com>", "Seiichi Uchida <topecongiro@fastmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "liburing bindings"
edition = "2018"
keywords = ["io_uring", "liburing"]
license = "MIT OR Apache-2.0"
links = "uring"
name = "uring-sys2"
readme = "README.md"
repository = "https://github.com/topecongiro/uring-sys"
version = "0.11.0"

[[test]]
name = "buf-ring"
path = "tests/buf-ring.rs"

[[test]]
name = "version"
path = "tests/version.rs"