# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rkaiq" version = "5.0.6" authors = ["Varphone Wong "] description = "Rockchip RKAIQ bindings for Rust" documentation = "https://docs.rs/rkaiq" categories = [ "embedded", "external-ffi-bindings", "graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/varphone/rkaiq.git" [dependencies.regex] version = "1" [dependencies.rkaiq-sys] version = "5.0" default-features = false [dev-dependencies.gst] version = "0.22" package = "gstreamer" [dev-dependencies.gst-base] version = "0.22" package = "gstreamer-base" [dev-dependencies.gst-video] version = "0.22" package = "gstreamer-video" [dev-dependencies.log] version = "0.4" features = ["std"] [dev-dependencies.pretty_env_logger] version = "0.5" [features] default = [ "v5_0", "isp_hw_v30", ] fullv = ["rkaiq-sys/fullv"] isp_hw_v20 = ["rkaiq-sys/isp_hw_v20"] isp_hw_v21 = ["rkaiq-sys/isp_hw_v21"] isp_hw_v30 = ["rkaiq-sys/isp_hw_v30"] isp_hw_v31 = ["rkaiq-sys/isp_hw_v31"] isp_hw_v32 = ["rkaiq-sys/isp_hw_v32"] v1_0 = ["rkaiq-sys/v1_0"] v2_0 = ["rkaiq-sys/v2_0"] v3_0 = ["rkaiq-sys/v3_0"] v4_0 = ["rkaiq-sys/v4_0"] v5_0 = ["rkaiq-sys/v5_0"]