[package]
name = "scx_utils"
version = "1.0.9"
edition = "2021"
authors = ["Tejun Heo <tj@kernel.org>"]
license = "GPL-2.0-only"
repository = "https://github.com/sched-ext/scx"
description = "Utilities for sched_ext schedulers"
[dependencies]
anyhow = "1.0.65"
bitvec = { version = "1.0", features = ["serde"] }
bindgen = ">=0.69"
glob = "0.3"
hex = "0.4.3"
lazy_static = "1.4"
libbpf-sys = "=1.4.6"
libbpf-cargo = "=0.24.8"
libbpf-rs = "=0.24.8"
log = "0.4.17"
nvml-wrapper = { version = "0.10.0", optional = true }
paste = "1.0"
regex = "1.10"
scx_stats = { path = "../scx_stats", version = "1.0.8" }
serde = { version = "1.0", features = ["derive"] }
sscanf = "0.4"
tar = "0.4"
walkdir = "2.4"
version-compare = "0.1"
libc = "0.2.137"
zbus = { version = "5", optional = true }
[build-dependencies]
anyhow = "1.0.65"
bindgen = ">=0.69"
glob = "0.3"
lazy_static = "1.4"
libbpf-cargo = "=0.24.8"
sscanf = "0.4"
tar = "0.4"
vergen = { version = "8.0.0", features = ["cargo", "git", "gitcl"] }
version-compare = "0.1"
walkdir = "2.4"
[features]
default = []
gpu-topology = ["dep:nvml-wrapper"]
autopower = ["dep:zbus"]