linux-cec-sys 0.1.0

Rust bindings for the Linux CEC subsystem
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 = "linux-cec-sys"
version = "0.1.0"
authors = ["Vicki Pfau <vi@endrift.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the Linux CEC subsystem"
readme = "README.md"
keywords = ["cec"]
categories = [
    "api-bindings",
    "external-ffi-bindings",
    "hardware-support",
]
license = "BSD-3-Clause"
repository = "https://gitlab.steamos.cloud/holo/linux-cec/"

[features]
default = ["std"]
std = []

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

[dependencies.bitflags]
version = "2.6"

[dependencies.nix]
version = "0.31"
features = ["ioctl"]
default-features = false