scxcash 0.1.5

Cache Usage Analyzer for sched_ext Schedulers
# 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 = "scxcash"
version = "0.1.5"
authors = ["Kumar Kartikeya Dwivedi <memxor@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cache Usage Analyzer for sched_ext Schedulers"
readme = false
license = "GPL-2.0-only"
repository = "https://github.com/sched-ext/scx"

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

[dependencies.anyhow]
version = "1.0.65"

[dependencies.clap]
version = "4.5.28"
features = [
    "derive",
    "env",
    "unicode",
    "wrap_help",
]

[dependencies.ctrlc]
version = "3.1"

[dependencies.libbpf-rs]
version = "=0.26.0-beta.1"

[dependencies.libc]
version = "0.2.175"

[dependencies.log]
version = "0.4.17"

[dependencies.num_cpus]
version = "1.16"

[dependencies.scx_utils]
version = "1.0.26"

[dependencies.serde]
version = "1.0.215"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.133"

[dependencies.simplelog]
version = "0.12"

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