scx_stats 1.0.6

Statistics transport library for sched_ext schedulers
Documentation
[package]
name = "scx_stats"
version = "1.0.6"
edition = "2021"
authors = ["Tejun Heo <tj@kernel.org>"]
license = "GPL-2.0-only"
repository = "https://github.com/sched-ext/scx"
description = "Statistics transport library for sched_ext schedulers"

[dependencies]
anyhow = "1.0.65"
crossbeam = "0.8.4"
libc = "0.2.137"
log = "0.4.17"
proc-macro2 = "1.0"
quote = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
syn = { version = "2.0", features = ["extra-traits", "full"] }

[dev-dependencies]
scx_stats_derive = { path = "scx_stats_derive" }
simple_logger = "5.0"