scxctl 1.0.20

A cli dbus client for scx_loader
# 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 = "scxctl"
version = "1.0.20"
authors = ["Joe Maples <joe@maples.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cli dbus client for scx_loader"
readme = "README.md"
keywords = [
    "linux",
    "scx",
    "scx_scheds",
    "scx_loader",
    "sched_ext",
]
categories = ["command-line-utilities"]
license = "GPL-2.0-only"
repository = "https://github.com/sched-ext/scx-loader"

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

[dependencies.clap]
version = "4.5.57"
features = ["derive"]

[dependencies.colored]
version = "3.1.1"

[dependencies.scx_loader]
version = "1.0.20"

[dependencies.zbus]
version = "5.13.2"