[package] name = "open62541-ffi" version = "1.4.0-rc2" authors = ["Julian Weiß "] build = "build.rs" license = "MIT" repository = "https://github.com/xR3b0rn/open62541-ffi" description = "ffi interface for the C library open62541 generated by bindgen" exclude = [ "open62541/.azure-pipelines", "open62541/.github", "open62541/.idea", "open62541/examples", "open62541/tests", ] [dependencies] libc = "0.2" [build-dependencies] cmake = "0.1.50" bindgen = "0.69.4" [[example]] name = "simple"