# 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" rust-version = "1.66" name = "drm-sys" version = "0.8.0" authors = ["Tyler Slabinski "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings to the Direct Rendering Manager API" readme = "README.md" license = "MIT" repository = "https://github.com/Smithay/drm-rs" [lib] name = "drm_sys" path = "src/lib.rs" [build-dependencies.bindgen] version = "0.69.1" optional = true [build-dependencies.pkg-config] version = "0.3.19" optional = true [features] default = [] update_bindings = ["use_bindgen"] use_bindgen = [ "bindgen", "pkg-config", ] [target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies.linux-raw-sys] version = "0.6" features = [ "general", "no_std", ] default-features = false [target.'cfg(not(any(target_os = "android", target_os = "linux")))'.dependencies.libc] version = "0.2"