2024-08-14 18:52:39 +01:00
|
|
|
[package]
|
2024-08-15 16:31:34 +01:00
|
|
|
name = "scx_stats_derive"
|
2024-10-02 19:34:57 +01:00
|
|
|
version = "1.0.5"
|
2024-08-14 18:52:39 +01:00
|
|
|
edition = "2021"
|
2024-08-15 22:08:42 +01:00
|
|
|
authors = ["Tejun Heo <tj@kernel.org>"]
|
2024-08-15 23:23:46 +01:00
|
|
|
license = "GPL-2.0-only"
|
2024-08-15 22:08:42 +01:00
|
|
|
repository = "https://github.com/sched-ext/scx"
|
|
|
|
description = "Derive macro for scx_stats"
|
2024-08-14 18:52:39 +01:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
proc-macro2 = "1.0"
|
|
|
|
quote = "1.0"
|
2024-10-02 19:34:57 +01:00
|
|
|
scx_stats = { path = "..", version = "1.0.5" }
|
2024-08-14 18:52:39 +01:00
|
|
|
serde_json = "1.0"
|
|
|
|
syn = { version = "2.0", features = ["extra-traits", "full"] }
|