# 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.68.2" name = "systeroid-tui" version = "0.4.4" authors = ["Orhun Parmaksız "] description = "A terminal user interface for managing kernel parameters" homepage = "https://github.com/orhun/systeroid" readme = "README.md" keywords = [ "linux", "kernel", "parameter", "sysctl", "tui", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/orhun/systeroid" resolver = "1" [package.metadata.binstall] bin-dir = "systeroid-{ version }/{ bin }{ binary-ext }" pkg-fmt = "tgz" pkg-url = "{ repo }/releases/download/v{ version }/systeroid-{ version }-{ target }.{ archive-format }" [dependencies.copypasta-ext] version = "0.4.4" optional = true [dependencies.getopts] version = "0.2.21" [dependencies.log] version = "0.4.20" features = ["std"] [dependencies.ratatui] version = "0.23.0" features = ["termion"] default-features = false [dependencies.systeroid-core] version = "0.4.4" [dependencies.termion] version = "2.0.1" [dependencies.thiserror] version = "1.0.48" [dependencies.tui-logger] version = "0.9.6" features = ["ratatui-support"] default-features = false [dependencies.unicode-width] version = "0.1.10" [features] clipboard = ["copypasta-ext"] default = ["clipboard"]