dope-uring 0.2.3

Thin io_uring adaptor with "Manifolds"
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"
name = "dope-uring"
version = "0.2.3"
authors = ["inq <gofiri@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = 'Thin io_uring adaptor with "Manifolds"'
readme = false
license = "MIT"
repository = "https://github.com/dope-rs/dope"
resolver = "2"

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

[dependencies.dambi]
version = "0.1.0"

[dependencies.dope-core]
version = "0.2.3"

[dependencies.libc]
version = "0.2"

[dependencies.tracing]
version = "0.1"

[target.'cfg(target_os = "linux")'.dependencies.io-uring]
version = "0.7"

[lints.clippy]
result_large_err = "allow"