[package] name = "panda-channels" version = "0.4.0" edition = "2018" authors = ["Jordan McLeod ", "Luke Craig "] license = "MIT" repository = "https://github.com/panda-re/panda-channels" description = "A library for communicating with the hypervisor from the guest" homepage = "https://panda.re" [lib] crate-type = ["lib", "staticlib"] [dependencies] parking_lot = "0.11.1" lazy_static = "1" [build-dependencies] cbindgen = { version = "0.19", optional = true } [features] c-bindings = ["cbindgen"]