potassium 0.4.3

A lean and mean job scheduler
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 = "potassium"
version = "0.4.3"
authors = ["cohaereo <cohae@cohae.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lean and mean job scheduler"
readme = "README.md"
keywords = [
    "fibers",
    "concurrency",
    "threading",
]
categories = [
    "concurrency",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/cohaereo/potassium"

[features]
fifo = []

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

[[example]]
name = "many_jobs"
path = "examples/many_jobs.rs"

[[example]]
name = "stress_test"
path = "examples/stress_test.rs"

[[example]]
name = "usage"
path = "examples/usage.rs"

[[example]]
name = "yielding"
path = "examples/yielding.rs"

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

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

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

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

[dependencies.fibrous]
version = "0.2.0"

[dependencies.gdt-cpus]
version = "25.12.0"

[dependencies.log]
version = "0.4.28"

[dependencies.profiling]
version = "1.0.17"

[dependencies.smallvec]
version = "1.15.1"

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

[profile.profiling]
debug = 2
inherits = "release"