# 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 = "sysinfo-gui" version = "0.1.17" build = "build.rs" description = "A cross-platform system-monitoring gui application based on sysinfo and fltk" documentation = "https://docs.rs/sysinfo-gui" readme = "README.md" keywords = [ "cross-platform", "monitoring", "gui", ] categories = ["visualization"] license = "MIT" repository = "https://github.com/MoAlyousef/sysinfo-gui" [package.metadata.bundle] identifier = "io.github.moalyousef" icon = ["assets/icon.png"] [profile.release] opt-level = 3 strip = true [dependencies.dark-light] version = "0.2.2" optional = true [dependencies.fltk] version = "1.3.16" [dependencies.fltk-extras] version = "0.1" [dependencies.parking_lot] version = "0.12" [dependencies.sysinfo] version = "0.28" default-features = false [target."cfg(target_os = \"windows\")".build-dependencies.winres] version = "0.1"