[package] name = "emacs_module" version = "0.18.0" edition = "2018" description = "Raw FFI for emacs-module" homepage = "https://github.com/ubolonton/emacs-module-rs" authors = [ "Aaron France ", "Joey Ezechiëls ", "Nguyễn Tuấn Anh ", ] license = "BSD-3-Clause" build = "build.rs" [build-dependencies] bindgen = { version = "0.59.0", optional = true } [features] default = []