[package]
name = "drm-fourcc"
version = "2.2.0"
authors = ["Daniel Franklin <daniel@danielzfranklin.org>"]
edition = "2018"
license = "MIT"
description = "Provides an enum with every valid Direct Rendering Manager (DRM) format fourcc"
repository = "https://github.com/danielzfranklin/drm-fourcc-rs"
keywords = ["drm", "fourcc", "linux"]
categories = ["os::linux-apis"]
[features]
default = ["std"]
std = []
build_bindings = ["regex", "bindgen"]
[dependencies]
serde = { version = "1.0.125", optional = true, features = ["derive"] }
[build-dependencies]
regex = { version = "1.4.3", optional = true }
bindgen = { version = "0.57.0", optional = true }