[package]
edition = "2021"
name = "agave-io-uring"
version = "4.0.2"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agave io_uring wrapper"
homepage = "https://anza.xyz/"
documentation = "https://docs.rs/agave-io-uring"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/agave"
[features]
agave-unstable-api = []
[lib]
name = "agave_io_uring"
path = "src/lib.rs"
[dependencies.libc]
version = "0.2.180"
[dependencies.log]
version = "0.4.29"
[dependencies.slab]
version = "0.4.12"
[dependencies.smallvec]
version = "1.15.1"
features = ["union"]
default-features = false
[target.'cfg(target_os = "linux")'.dependencies.io-uring]
version = "0.7.11"
features = ["io_safety"]