[package]
edition = "2024"
name = "dope-core"
version = "0.9.1"
authors = ["inq <gofiri@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The manifold runtime"
readme = false
license = "MIT"
repository = "https://github.com/dope-rs/dope"
resolver = "2"
[lib]
name = "dope_core"
path = "src/lib.rs"
[[test]]
name = "affinity"
path = "tests/affinity/main.rs"
[[test]]
name = "driver"
path = "tests/driver/main.rs"
[[test]]
name = "file"
path = "tests/file/main.rs"
[[test]]
name = "kqueue"
path = "tests/kqueue/main.rs"
[[test]]
name = "uring"
path = "tests/uring/main.rs"
[dependencies.libc]
version = "0.2"
[dependencies.o3]
version = "0.7.0"
[dev-dependencies]
[target.'cfg(target_os = "linux")'.dependencies.io-uring]
version = "0.7"