# 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 = "scx_rusty" version = "1.0.6" authors = [ "Dan Schatzberg ", "Meta", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A multi-domain, BPF / user space hybrid scheduler used within sched_ext, which is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. https://github.com/sched-ext/scx/tree/main" readme = "README.md" license = "GPL-2.0-only" [[bin]] name = "scx_rusty" path = "src/main.rs" [dependencies.anyhow] version = "1.0.65" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.1" features = [ "derive", "env", "unicode", "wrap_help", ] [dependencies.crossbeam] version = "0.8.4" [dependencies.ctrlc] version = "3.1" features = ["termination"] [dependencies.fb_procfs] version = "0.7" [dependencies.libbpf-rs] version = "0.24.1" [dependencies.libc] version = "0.2.137" [dependencies.log] version = "0.4.17" [dependencies.ordered-float] version = "3.4.0" [dependencies.scx_stats] version = "1.0.6" [dependencies.scx_stats_derive] version = "1.0.6" [dependencies.scx_utils] version = "1.0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simplelog] version = "0.12" [dependencies.sorted-vec] version = "0.8.3" [dependencies.static_assertions] version = "1.1.0" [build-dependencies.scx_utils] version = "1.0.6" [features] enable_backtrace = []