[package]
edition = "2024"
name = "dope-uring"
version = "0.2.0"
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.0"
[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"