# 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 = "rusty-belt" version = "0.0.15" authors = ["Aleksandr Mikhailov "] include = [ "/src", "README.md", "/examples", "LICENSE", "build.rs", ] description = "Application for collecting system information. Now you can show it in tmux status" homepage = "https://rusty-belt.fidonode.me/" documentation = "https://rusty-belt.fidonode.me/" readme = "README.md" keywords = [ "cli", "tmux", "status", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/fido-node/rusty-belt" [dependencies.clap] version = "4.4.8" features = [ "derive", "env", "unicode", ] [dependencies.default-net] version = "0.21.0" [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3" [dependencies.futures-core] version = "0.3" [dependencies.futures-sink] version = "0.3" [dependencies.handlebars] version = "4.5.0" [dependencies.humansize] version = "2.1.3" features = ["impl_style"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.log4rs] version = "1.2.0" [dependencies.mockall] version = "0.11.4" [dependencies.prost] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.sysinfo] version = "0.29.10" [dependencies.systemstat] version = "0.2.3" [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.tokio-util] version = "0.7.10" features = ["codec"] [build-dependencies.prost-build] version = "0.12"