# 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.70.0" name = "system_info_collector" version = "0.5.1" authors = ["RafaƂ Mikrut "] description = "Simple and fast application to collect os information and create graphs based on it" homepage = "https://github.com/qarmin/system-info-collector" readme = "README.md" license = "MIT" repository = "https://github.com/qarmin/system-info-collector" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 panic = "abort" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.ctrlc] version = "3.4" features = ["termination"] [dependencies.handsome_logger] version = "0.5" [dependencies.humansize] version = "2.1.3" [dependencies.log] version = "0.4" [dependencies.open] version = "5.0" [dependencies.plotly] version = "0.8" [dependencies.regex] version = "1.9.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.sysinfo] version = "0.29" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1.30" features = ["full"]