[package] name = "rust-lirc-client-sys" authors = ["Tyler Mayoff "] description = "A rust FFI wrapper library" license-file = "LICENSE" homepage = "https://github.com/tmayoff/rust-lirc-client-sys" documentation = "https://github.com/tmayoff/rust-lirc-client-sys" repository = "https://github.com/tmayoff/rust-lirc-client-sys" readme = "README.md" version = "0.2.0" edition = "2021" build = "src/build.rs" links = "lirc" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2" [build-dependencies] cc = { version = "1.0", features = ["parallel"] } pkg-config = "0.3"