scxtop 1.0.22

sched_ext scheduler tool for observability
Documentation
# 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 = "scxtop"
version = "1.0.22"
authors = [
    "Daniel Hodges <hodges.daniel.scott@gmail.com>",
    "Yaakov Stein <ymstein14@gmail.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "sched_ext scheduler tool for observability"
readme = "README.md"
license = "GPL-2.0-only"
repository = "https://github.com/sched-ext/scx"

[package.metadata.scx.ci]
use_clippy = true

[lib]
name = "scxtop"
path = "src/lib.rs"

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

[[test]]
name = "advanced_perfetto_analysis_tests"
path = "tests/advanced_perfetto_analysis_tests.rs"

[[test]]
name = "analyze_wakeup_events"
path = "tests/analyze_wakeup_events.rs"

[[test]]
name = "comprehensive_track_event_analysis"
path = "tests/comprehensive_track_event_analysis.rs"

[[test]]
name = "comprehensive_wakeup_outlier_analysis"
path = "tests/comprehensive_wakeup_outlier_analysis.rs"

[[test]]
name = "edm_tests"
path = "tests/edm_tests.rs"

[[test]]
name = "extended_scheduler_analysis_tests"
path = "tests/extended_scheduler_analysis_tests.rs"

[[test]]
name = "integration_perfetto_complete"
path = "tests/integration_perfetto_complete.rs"

[[test]]
name = "mcp_extended_analysis_tests"
path = "tests/mcp_extended_analysis_tests.rs"

[[test]]
name = "mcp_perf_profiling_tests"
path = "tests/mcp_perf_profiling_tests.rs"

[[test]]
name = "mcp_perfetto_tools_tests"
path = "tests/mcp_perfetto_tools_tests.rs"

[[test]]
name = "mcp_shared_state_tests"
path = "tests/mcp_shared_state_tests.rs"

[[test]]
name = "mcp_tools_tests"
path = "tests/mcp_tools_tests.rs"

[[test]]
name = "perfetto_analyzer_registry_tests"
path = "tests/perfetto_analyzer_registry_tests.rs"

[[test]]
name = "perfetto_analyzers_io_tests"
path = "tests/perfetto_analyzers_io_tests.rs"

[[test]]
name = "perfetto_analyzers_irq_tests"
path = "tests/perfetto_analyzers_irq_tests.rs"

[[test]]
name = "perfetto_analyzers_power_tests"
path = "tests/perfetto_analyzers_power_tests.rs"

[[test]]
name = "perfetto_analyzers_tests"
path = "tests/perfetto_analyzers_tests.rs"

[[test]]
name = "perfetto_enhanced_parser_comprehensive_tests"
path = "tests/perfetto_enhanced_parser_comprehensive_tests.rs"

[[test]]
name = "perfetto_enhanced_parser_tests"
path = "tests/perfetto_enhanced_parser_tests.rs"

[[test]]
name = "perfetto_integration_tests"
path = "tests/perfetto_integration_tests.rs"

[[test]]
name = "perfetto_parser_tests"
path = "tests/perfetto_parser_tests.rs"

[[test]]
name = "perfetto_query_tests"
path = "tests/perfetto_query_tests.rs"

[[test]]
name = "render_bpf_programs_tests"
path = "tests/render_bpf_programs_tests.rs"

[[test]]
name = "render_memory_tests"
path = "tests/render_memory_tests.rs"

[[test]]
name = "render_network_tests"
path = "tests/render_network_tests.rs"

[[test]]
name = "render_process_tests"
path = "tests/render_process_tests.rs"

[[test]]
name = "render_scheduler_tests"
path = "tests/render_scheduler_tests.rs"

[[test]]
name = "test_systing_compat"
path = "tests/test_systing_compat.rs"

[[test]]
name = "test_wprof_annotations"
path = "tests/test_wprof_annotations.rs"

[[test]]
name = "test_wprof_events"
path = "tests/test_wprof_events.rs"

[[test]]
name = "test_wprof_trace"
path = "tests/test_wprof_trace.rs"

[[bench]]
name = "search_benchmark"
path = "benches/search_benchmark.rs"
harness = false

[dependencies.anyhow]
version = "1.0.65"

[dependencies.blazesym]
version = "0.2.0-rc.4"

[dependencies.clap]
version = "4.5.28"
features = [
    "derive",
    "cargo",
    "wrap_help",
    "unicode",
    "string",
    "unstable-styles",
]

[dependencies.clap_complete]
version = "4.5.45"

[dependencies.crossterm]
version = "0.28.1"
features = [
    "serde",
    "event-stream",
]

[dependencies.futures]
version = "0.3.31"

[dependencies.glob]
version = "0.3.2"

[dependencies.hashbrown]
version = "0.15.2"

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

[dependencies.libc]
version = "0.2.175"

[dependencies.log]
version = "0.4.17"

[dependencies.log-panics]
version = "2"
features = ["with-backtrace"]

[dependencies.nix]
version = "0.30.1"
features = [
    "time",
    "user",
]

[dependencies.num-format]
version = "0.4.3"
features = [
    "with-serde",
    "with-system-locale",
]

[dependencies.perfetto_protos]
version = "0.51.1"

[dependencies.plain]
version = "0.2.3"

[dependencies.procfs]
version = "0.15.1"

[dependencies.protobuf]
version = "3.7.2"

[dependencies.rand]
version = "0.8.5"

[dependencies.ratatui]
version = "0.29.0"
features = [
    "serde",
    "macros",
]

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1.11.2"

[dependencies.scx_stats]
version = "1.0.22"

[dependencies.scx_utils]
version = "1.0.26"

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

[dependencies.serde_json]
version = "1.0.133"

[dependencies.signal-hook]
version = "0.3.17"

[dependencies.simplelog]
version = "0.12"

[dependencies.smartstring]
version = "1.0.1"
features = ["serde"]

[dependencies.sysinfo]
version = "0.35.2"

[dependencies.tokio]
version = "1.42.0"
features = ["full"]

[dependencies.tokio-util]
version = "0.7.13"

[dependencies.toml]
version = "0.8.19"

[dependencies.xdg]
version = "2.5.2"

[dev-dependencies.criterion]
version = "0.6.0"

[dev-dependencies.tempfile]
version = "3.19.1"

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

[build-dependencies.scx_stats]
version = "1.0.22"