lockness-executor 0.0.1

TODO
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 = "lockness-executor"
version = "0.0.1"
authors = ["Alex Saveau <saveau.alexandre@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TODO"
readme = false
keywords = [
    "mpmc",
    "mpsc",
    "lock-free",
    "parallel",
    "performance",
]
categories = [
    "concurrency",
    "asynchronous",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/SUPERCILEX/lockness"

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

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

[[bench]]
name = "atomic_bag"
path = "benches/atomic_bag.rs"
harness = false

[dependencies.arrayvec]
version = "0.7.6"

[dependencies.bitflags]
version = "2.9.1"

[dependencies.rustix]
version = "1.0.7"
features = [
    "thread",
    "linux_latest",
]

[dev-dependencies.async-channel]
version = "2.3.1"

[dev-dependencies.concurrent-queue]
version = "2.5.0"

[dev-dependencies.criterion]
version = "0.6.0"

[dev-dependencies.crossbeam-channel]
version = "0.5.15"

[dev-dependencies.crossbeam-deque]
version = "0.8.6"

[dev-dependencies.crossbeam-queue]
version = "0.3.12"

[dev-dependencies.expect-test]
version = "1.5.1"

[dev-dependencies.flume]
version = "0.11.1"

[dev-dependencies.ringbuf]
version = "0.4.8"

[dev-dependencies.rstest]
version = "0.25.0"

[dev-dependencies.supercilex-tests]
version = "0.4.19"

[dev-dependencies.thingbuf]
version = "0.1.6"