[package] name = "esplugin-ffi" version = "2.1.2" authors = ["Oliver Hamlet "] build = "build.rs" description = "A wrapper library providing a C FFI for esplugin." documentation = "https://docs.rs/esplugin-ffi" repository = "https://github.com/Ortham/esplugin.git" readme = "../README.md" categories = ["games", "parsing"] license = "GPL-3.0" exclude = [ "build/*", "include/*", "target/*", ] [dependencies] esplugin = { version = "2.1.2", path = ".." } libc = "0.2" [lib] crate-type = ["staticlib"] [features] default = [] ffi-headers = ["cbindgen"] [build-dependencies] cbindgen = { version = "0.8", optional = true }