[package] name = "kpal-gpio-cdev" version = "0.2.2" authors = ["Kyle M. Douglass "] edition = "2018" description = "A KPAL plugin for the Linux GPIO char device" repository = "https://github.com/kmdouglass/kpal" readme = "README.md" keywords = ["linux", "embedded", "kpal"] categories = ["embedded", "hardware-support", "science"] license-file = "../LICENSE" [lib] crate-type = ["cdylib"] [dependencies] env_logger = "0.7" kpal-plugin = { path = "../kpal-plugin", version = "0.2.2" } gpio-cdev = "0.2" libc = "0.2" log = "0.4"