1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.65" 15name = "drm-ffi" 16version = "0.8.0" 17authors = ["Tyler Slabinski <[email protected]>"] 18description = "Safe, low-level bindings to the Direct Rendering Manager API" 19license = "MIT" 20repository = "https://github.com/Smithay/drm-rs" 21 22[dependencies.drm-sys] 23version = "0.7.0" 24 25[dependencies.rustix] 26version = "0.38.22" 27 28[features] 29use_bindgen = ["drm-sys/use_bindgen"] 30