agave-io-uring 4.0.2

Agave io_uring wrapper
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]