# 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 = "libdrm_amdgpu_sys" version = "0.7.3" authors = ["Umio Yasuno "] build = "build.rs" links = "drm, drm_amdgpu" description = "libdrm_amdgpu bindings for Rust, and some methods ported from Mesa3D." readme = "README.md" keywords = [ "amdgpu", "libdrm", ] license = "MIT" repository = "https://github.com/Umio-Yasuno/libdrm-amdgpu-sys-rs" [lib] path = "lib.rs" [[example]] name = "amdgpu_info" required-features = ["std"] [[example]] name = "vbios_dump" required-features = ["std"] [[example]] name = "vbios_parser" required-features = ["std"] [[example]] name = "gpu_metrics" required-features = ["std"] [[example]] name = "stable_pstate" required-features = ["std"] [[example]] name = "pp_table" required-features = ["std"] [dependencies.libc] version = "^0.2" default-features = false [build-dependencies.bindgen] version = "^0.69" optional = true [build-dependencies.pkg-config] version = "^0.3" optional = true [features] buildtime_bindgen = [ "bindgen", "pkg-config", ] default = [ "std", "link-drm", ] link-drm = [] std = []