compio-executor 0.1.0-rc.1

Executor for compio
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 = "compio-executor"
version = "0.1.0-rc.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Executor for compio"
readme = "README.md"
keywords = [
    "async",
    "executor",
]
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/compio-rs/compio"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
enable_log = ["compio-log/enable_log"]
notify-always = []

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

[[test]]
name = "executor"
path = "tests/executor.rs"

[[test]]
name = "loom"
path = "tests/loom.rs"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.compio-log]
version = "0.1.0"

[dependencies.compio-send-wrapper]
version = "0.7.1"

[dependencies.crossbeam-queue]
version = "0.3.8"

[dependencies.slotmap]
version = "1.1.1"

[dev-dependencies.tracing-subscriber]
version = "0.3.18"
features = ["env-filter"]

[target."cfg(loom)".dependencies.loom]
version = "0.7"
features = ["checkpoint"]

[target."cfg(unix)".dev-dependencies.nix]
version = "0.31.1"
features = [
    "resource",
    "signal",
]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(loom)"]