libcec-sys 9.0.4

Deprecated FFI bindings to libcec; use the official libcec crate for libCEC 8+
# 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 = "libcec-sys"
version = "9.0.4"
authors = ["Sami Salonen"]
build = "build/build.rs"
links = "cec"
include = [
    "/README.md",
    "/LICENSE",
    "/Cargo.toml",
    "/src/*.rs",
    "/vendor",
    "/build/smoke_abi*.c",
    "/build/build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deprecated FFI bindings to libcec; use the official libcec crate for libCEC 8+"
homepage = "https://github.com/ssalonen/libcec-sys"
documentation = "https://docs.rs/libcec-sys"
readme = "README.md"
keywords = [
    "libcec",
    "cec",
    "hdmi",
]
categories = ["external-ffi-bindings"]
license = "GPL-2.0"
repository = "https://github.com/ssalonen/libcec-sys"

[badges.maintenance]
status = "deprecated"

[features]
default = []
static = []
vendored = []

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

[dependencies.cfg-if]
version = "1"

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

[build-dependencies.cmake]
version = "0.1.48"

[build-dependencies.fs_extra]
version = "1.3.0"

[build-dependencies.pkg-config]
version = "0.3.25"

[build-dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "blocking",
]
default-features = false

[build-dependencies.target-lexicon]
version = "0.12"

[build-dependencies.zip-extract]
version = "0.1"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(abi4)",
    "cfg(abi5)",
    "cfg(abi6)",
    "cfg(abi7)",
]