[package] name = "libryzenadj" version = "0.15.0" edition = "2021" license = "LGPL-3.0" description = "Safe bindings to libryzenadj" readme = "README.md" homepage = "https://gitlab.com/dragonn/libryzenadj-rs" repository = "https://gitlab.com/dragonn/libryzenadj-rs" keywords = ["ryzen", "msr", "cpu"] categories = ["development-tools::ffi", "os"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libryzenadj-sys = { path = "libryzenadj-sys", version = "0.15.0" } thiserror = "1.0.35" errno = "0.3.2" num_enum = "0.6.1" [dev-dependencies] num_cpus = "1.13.1"