libdrmtap-sys 0.2.0

Raw FFI bindings for libdrmtap — DRM/KMS screen capture library for Linux. Includes embedded C sources compiled statically.
Documentation
# 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 = "libdrmtap-sys"
version = "0.2.0"
authors = ["Mariano Abad <weimaraner@gmail.com>"]
build = "build.rs"
include = [
    "src/**",
    "csrc/**",
    "build.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings for libdrmtap — DRM/KMS screen capture library for Linux. Includes embedded C sources compiled statically."
homepage = "https://github.com/fxd0h/libdrmtap"
documentation = "https://docs.rs/libdrmtap-sys"
readme = "README.md"
keywords = [
    "drm",
    "kms",
    "screen-capture",
    "linux",
    "framebuffer",
]
categories = [
    "external-ffi-bindings",
    "os::linux-apis",
]
license = "MIT"
repository = "https://github.com/fxd0h/libdrmtap"

[lib]
name = "libdrmtap_sys"
path = "src/lib.rs"

[build-dependencies.cc]
version = "1"