# 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" rust-version = "1.56" name = "kvarnctl" version = "0.2.1" authors = ["Icelk "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Communication with Kvarn from the command line." homepage = "https://kvarn.org/ctl/" readme = "README.md" keywords = [ "ipc", "kvarn", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/Icelk/kvarn/" [[bin]] name = "kvarnctl" path = "src/main.rs" [dependencies.clap] version = "4" features = ["cargo"] [dependencies.clap_autocomplete] version = "0.4.1" optional = true [dependencies.env_logger] version = "0.11" features = [ "auto-color", "humantime", ] default-features = false [dependencies.kvarn_signal] version = "0.2.1" [dependencies.kvarn_utils] version = "0.6" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1.24" features = [ "rt", "io-util", "macros", "time", ] [features] completion = ["clap_autocomplete"] default = ["completion"] [target."cfg(unix)".dependencies.libc] version = "0.2" default-features = false