[package] name = "inkview-sys" version = "0.1.2" authors = ["andrey "] edition = "2018" license = "MIT" keywords = ["eink", "inkview", "pocketbook"] build = "build.rs" links = "inkview" exclude = [ ".idea/*", ] description = "Crate that contains bindings for pocketbook inkview library" repository = "https://github.com/asimaranov/inkview-sys" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.7" num = "0.3.0" num-derive = "0.3.3" num-traits = "0.2" tinybmp="0.2.3" [build-dependencies] bindgen = "0.55.1" lazy_static = "1.4.0" [features] sdk_v6 = [] sdk_v4 = []