ryzenadj-sys 0.1.0

Raw FFI bindings to RyzenAdj
# 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 = "2024"
rust-version = "1.85"
name = "ryzenadj-sys"
version = "0.1.0"
build = "build.rs"
links = "ryzenadj"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to RyzenAdj"
readme = false
keywords = [
    "amd",
    "ryzen",
    "ryzenadj",
    "ffi",
]
categories = [
    "hardware-support",
    "external-ffi-bindings",
]
license = "MPL-2.0"
repository = "https://github.com/krteke/ryzenadj-rs"

[features]
default = []
dynamic = ["dep:cmake"]

[lib]
name = "ryzenadj_sys"
path = "src/lib.rs"

[build-dependencies.cc]
version = "1.4.7"

[build-dependencies.cmake]
version = "0.1.58"
optional = true

[target.'cfg(target_os = "linux")'.build-dependencies.pkg-config]
version = "0.3.34"