blob: 20baf09647ef9c9a594b9a2dc9d0bcd09e15ec72 [file] [log] [blame]
# 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-ffi"
version = "0.9.0"
authors = ["Tyler Slabinski <[email protected]>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe, low-level bindings to the Direct Rendering Manager API"
readme = false
license = "MIT"
repository = "https://github.com/Smithay/drm-rs"
[lib]
name = "drm_ffi"
path = "src/lib.rs"
[dependencies.drm-sys]
version = "0.8.0"
[dependencies.rustix]
version = "0.38.22"
[features]
use_bindgen = ["drm-sys/use_bindgen"]