dope-core 0.9.1

The manifold runtime
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-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"