# 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 = "rtop-rs" version = "1.1.1" authors = ["SquitchYT"] description = "Faster and better alternative to Vtop written in Rust." readme = "README.md" license = "MPL-2.0" repository = "https://github.com/SquitchYT/RTop" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "rtop" path = "src/main.rs" [dependencies.chrono] version = "0.4.19" features = ["clock"] default-features = false [dependencies.home] version = "0.5.3" [dependencies.libloading] version = "0.7" [dependencies.ncurses] version = "5.101.0" features = ["wide"] [dependencies.rtop_dev] version = "1.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sysinfo] version = "0.26.7" default-features = false [dependencies.tokio] version = "1" features = [ "sync", "rt-multi-thread", "macros", "signal", ] [dependencies.unicode-segmentation] version = "1.9.0"