[package]
edition = "2024"
name = "dope-runtime"
version = "0.2.2"
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_runtime"
path = "src/lib.rs"
[dependencies.dambi]
version = "0.1.0"
[dependencies.dope-core]
version = "0.2.2"
[dependencies.libc]
version = "0.2"
[target.'cfg(not(target_os = "linux"))'.dependencies.dope-kqueue]
version = "0.2.2"
[target.'cfg(target_os = "linux")'.dependencies.dope-uring]
version = "0.2.2"
[lints.clippy]
result_large_err = "allow"