# 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.64.0" name = "systeroid" version = "0.4.4" authors = ["Orhun Parmaksız "] default-run = "systeroid" description = "A more powerful alternative to sysctl" homepage = "https://github.com/orhun/systeroid" readme = "README.md" keywords = [ "linux", "kernel", "parameter", "sysctl", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/orhun/systeroid" resolver = "1" [package.metadata.binstall] bin-dir = "{ name }-{ version }/{ bin }{ binary-ext }" pkg-fmt = "tgz" pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version }-{ target }.{ archive-format }" [dependencies.env_logger] version = "0.10.0" [dependencies.getopts] version = "0.2.21" [dependencies.log] version = "0.4.20" features = ["std"] [dependencies.parseit] version = "0.1.2" features = ["gzip"] [dependencies.systeroid-core] version = "0.4.4" [features] live-tests = []