# 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 = "4.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", ] autobins = false autoexamples = false autotests = false autobenches = false description = "FFI bindings to libcec" 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" [lib] name = "libcec_sys" path = "src/lib.rs" [dependencies] [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" [features] default = [] vendored = [] [badges.maintenance] status = "passively-maintained" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(abi4)", "cfg(abi5)", "cfg(abi6)", ]