# 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" rust-version = "1.56.1" name = "cec-rs" version = "7.1.1" authors = ["Sami Salonen"] build = "build.rs" include = [ "/README.md", "/LICENSE", "/Cargo.toml", "/src/*.rs", "build.rs", ] description = "Thin but safe wrapper for libcec" homepage = "https://github.com/ssalonen/cec-rs" documentation = "https://docs.rs/cec-rs" readme = "README.md" keywords = [ "libcec", "cec", "hdmi", ] categories = ["api-bindings"] license = "GPL-2.0" repository = "https://github.com/ssalonen/cec-rs" [dependencies.arrayvec] version = "0.7.1" [dependencies.derive_builder] version = "0.10.2" [dependencies.enum-repr-derive] version = "0.2.0" [dependencies.libcec-sys] version = "4.0.3" [dependencies.log] version = "0.4" [dependencies.num-traits] version = "0.2.14" [badges.maintenance] status = "passively-maintained"