hitde-sys 0.1.9

Hi35XX TDE API for Rust unsafe bindings.
[package]

name = "hitde-sys"

version = "0.1.9"

authors = ["Varphone Wong <varphone@qq.com>"]

edition = "2018"



# Metadata for Publish

description = """
Hi35XX TDE API for Rust unsafe bindings.
"""

documentation = "https://docs.rs/hitde-sys"

homepage = "https://github.com/varphone/hitde-sys"

readme = "README.md"

categories = ["embedded", "external-ffi-bindings"]

license = "MIT"



[dependencies]

pavo-traits = "0.1"



[build-dependencies]

bindgen = "0.55"

regex = "1.3"



[features]

default = []

hi3516ev200 = []

hi3516ev300 = []

hi3518ev200 = []

hi3518ev300 = []

hi3519av100 = []

hi3531v100 = []

hi3559av100 = []

static-link = []



[profile.release]

codegen-units = 1

lto = true

opt-level = 'z'

panic = "abort"