# 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 = "libryzenadj" version = "0.15.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safe bindings to libryzenadj" homepage = "https://gitlab.com/dragonn/libryzenadj-rs" readme = "README.md" keywords = [ "ryzen", "msr", "cpu", ] categories = [ "development-tools::ffi", "os", ] license = "LGPL-3.0" repository = "https://gitlab.com/dragonn/libryzenadj-rs" [lib] name = "libryzenadj" path = "src/lib.rs" [[example]] name = "read" path = "examples/read.rs" [[example]] name = "set" path = "examples/set.rs" [dependencies.errno] version = "0.3.2" [dependencies.libryzenadj-sys] version = "0.15.0" [dependencies.num_enum] version = "0.6.1" [dependencies.thiserror] version = "1.0.35" [dev-dependencies.num_cpus] version = "1.13.1"