[package] name = "in3-sys" version = "3.3.3" authors = ["slock.it "] description = "Low-level bindings to the IN3 library" license-file = "LICENSE" homepage = "https://slock.it/incubed/" documentation = "https://in3.readthedocs.io/en/latest/api-rust.html" repository = "https://github.com/blockchainsllc/in3" readme = "README.md" edition = "2018" build = "build.rs" links = "in3" [dependencies] libc = { version = "0.2" } [build-dependencies] bindgen = "0.53.0" cmake = "0.1.44"