# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "himpi-sys" version = "0.1.21" authors = ["Varphone Wong "] description = "Hi35XX MPI API for Rust unsafe bindings.\n" homepage = "https://github.com/vaxpl/himpi-sys" documentation = "https://docs.rs/himpi-sys" readme = "README.md" categories = ["embedded", "external-ffi-bindings"] license = "MIT" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.bitfield-derive] version = "0.2" [dependencies.cfg-if] version = "0.1" [dependencies.pavo-traits] version = "0.2" [build-dependencies.bindgen] version = "0.56" [build-dependencies.chrono] version = "0.4" [build-dependencies.regex] version = "1.3" [features] default = [] hi3516ev200 = ["static-link", "mpi-audio", "mpi-isp", "mpi-ive", "mpi-region", "mpi-sys", "mpi-vb", "mpi-venc", "mpi-vi", "mpi-vo", "mpi-vpss"] hi3516ev300 = [] hi3518ev200 = [] hi3518ev300 = [] hi3519av100 = [] hi3531v100 = ["static-link", "mpi-audio", "mpi-hdmi", "mpi-ive", "mpi-sys", "mpi-vb", "mpi-vdec", "mpi-venc", "mpi-vi", "mpi-vo", "mpi-vpss"] hi3559av100 = ["mpi-audio", "mpi-avs", "mpi-dsp", "mpi-gdc", "mpi-hdmi", "mpi-isp", "mpi-ive", "mpi-nnie", "mpi-sys", "mpi-vb", "mpi-vdec", "mpi-venc", "mpi-vi", "mpi-vo", "mpi-vpss"] mpi-ae = [] mpi-audio = [] mpi-avs = [] mpi-awb = [] mpi-dpu = [] mpi-dsp = [] mpi-gdc = [] mpi-hdmi = [] mpi-hdr = [] mpi-isp = ["mpi-ae", "mpi-video"] mpi-ive = [] mpi-nnie = [] mpi-pciv = [] mpi-photo = [] mpi-region = [] mpi-snap = [] mpi-sys = [] mpi-vb = [] mpi-vdec = ["mpi-video"] mpi-venc = ["mpi-video"] mpi-vgs = [] mpi-vi = ["mpi-video"] mpi-video = [] mpi-vo = ["mpi-video"] mpi-vpss = ["mpi-video"] static-link = []