scx_cake 1.1.1

A sched_ext scheduler applying CAKE bufferbloat concepts to CPU scheduling
# 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 = "2021"
name = "scx_cake"
version = "1.1.1"
authors = ["RitzDaCat"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A sched_ext scheduler applying CAKE bufferbloat concepts to CPU scheduling"
readme = "README.md"
license = "GPL-2.0-only"

[[bin]]
name = "scx_cake"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.core_affinity]
version = "0.8"

[dependencies.crossbeam-utils]
version = "0.8"

[dependencies.crossterm]
version = "0.29"

[dependencies.ctrlc]
version = "3"
features = ["termination"]

[dependencies.env_logger]
version = "0.11"

[dependencies.libbpf-rs]
version = "=0.26.2"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.nix]
version = "0.31"
features = [
    "signal",
    "poll",
]

[dependencies.quanta]
version = "0.12"

[dependencies.ratatui]
version = "0.30"

[dependencies.scx_arena]
version = "1.1.1"

[dependencies.scx_utils]
version = "1.1.1"

[dependencies.sysinfo]
version = "0.38"

[dependencies.tachyonfx]
version = "0.25"

[build-dependencies.scx_cargo]
version = "1.1.1"