scx_flash 1.1.0

A scheduler designed for multimedia and real-time audio processing workloads. https://github.com/sched-ext/scx/tree/main
# 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_flash"
version = "1.1.0"
authors = ["Andrea Righi <arighi@nvidia.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A scheduler designed for multimedia and real-time audio processing workloads. https://github.com/sched-ext/scx/tree/main"
readme = "README.md"
license = "GPL-2.0-only"

[features]
enable_backtrace = []

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

[dependencies.anyhow]
version = "1.0.65"

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

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.ctrlc]
version = "3.1"
features = ["termination"]

[dependencies.libbpf-rs]
version = "=0.26.1"

[dependencies.log]
version = "0.4.17"

[dependencies.scx_stats]
version = "1.1.0"

[dependencies.scx_stats_derive]
version = "1.1.0"

[dependencies.scx_utils]
version = "1.1.0"
features = ["autopower"]

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

[dependencies.simplelog]
version = "0.12"

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