[package] name = "himipi-sys" version = "0.1.7" authors = ["Varphone Wong "] edition = "2018" # Metadata for Publish description = """ Hi35XX MIPI API for Rust unsafe bindings. """ documentation = "https://docs.rs/himipi-sys" homepage = "https://github.com/vaxpl/himipi-sys" readme = "README.md" categories = ["embedded", "external-ffi-bindings"] license = "MIT" [dev-dependencies] libc = "0.2" [build-dependencies] bindgen = "0.56" chrono = "0.4" regex = "1.3" [features] default = [ ] hi3516ev200 = [] hi3516ev300 = [] hi3518ev200 = [] hi3518ev300 = [] hi3519av100 = [] hi3531v100 = [] hi3559av100 = [] [profile.release] codegen-units = 1 lto = true opt-level = 'z' panic = "abort"