# 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 = "getsys" version = "1.2.0" authors = ["explosion-mental"] description = "Library to fetch 'per CPUs' stats, average cpu usage and temperature, turbo boost state" homepage = "https://explosion-mental.codeberg.page/p/getsys.html" readme = "README.md" keywords = [ "stats", "governor", "turbo-boost", "usage", ] license = "MIT" repository = "https://codeberg.org/explosion-mental/getsys" [dependencies.glob] version = "0.3.0"