# 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_rlfifo" version = "0.0.3" authors = [ "Andrea Righi ", "Canonical", ] description = "A simple FIFO scheduler in Rust that runs in user-space" readme = "README.md" license = "GPL-2.0-only" [dependencies.anyhow] version = "1.0.65" [dependencies.ctrlc] version = "3.1" features = ["termination"] [dependencies.libbpf-rs] version = "0.23.1" [dependencies.libc] version = "0.2.137" [dependencies.plain] version = "0.2.3" [dependencies.scx_rustland_core] version = "0.5" [dependencies.scx_utils] version = "0.8.1" [build-dependencies.scx_rustland_core] version = "0.5" [build-dependencies.scx_utils] version = "0.8.1" [features] enable_backtrace = []