io-uring 0.7.12

The low-level `io_uring` userspace interface for Rust
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"
rust-version = "1.63"
name = "io-uring"
version = "0.7.12"
authors = ["quininer <quininer@live.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The low-level `io_uring` userspace interface for Rust"
homepage = "https://github.com/tokio-rs/io-uring"
documentation = "https://docs.rs/io-uring"
readme = "README.md"
categories = [
    "asynchronous",
    "network-programming",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tokio-rs/io-uring"

[features]
direct-syscall = ["sc"]
io_safety = []
overwrite = ["bindgen"]

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

[[example]]
name = "readme"
path = "examples/readme.rs"

[[example]]
name = "tcp_echo"
path = "examples/tcp_echo.rs"

[dependencies.bitflags]
version = "2"

[dependencies.cfg-if]
version = "1"

[dependencies.libc]
version = "0.2.98"
default-features = false

[dependencies.sc]
version = "0.2"
optional = true

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.slab]
version = "0.4"

[dev-dependencies.socket2]
version = "0.5"

[build-dependencies.bindgen]
version = "0.69"
optional = true