kevy-uring 1.2.0

Pure-Rust io_uring bindings — no liburing, no libc crate.
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 = "2024"
rust-version = "1.95"
name = "kevy-uring"
version = "1.2.0"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust io_uring bindings — no liburing, no libc crate."
homepage = "https://github.com/goliajp/kevy"
documentation = "https://docs.rs/kevy-uring"
readme = "README.md"
keywords = [
    "io-uring",
    "io_uring",
    "linux",
    "async",
    "completion",
]
categories = [
    "os::linux-apis",
    "asynchronous",
    "network-programming",
    "external-ffi-bindings",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/kevy"

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

[dependencies]

[lints.clippy.all]
level = "deny"
priority = 0

[lints.rust]
warnings = "deny"