ohos-video-processing-engine-sys 0.1.0

Raw bindings to the multimedia VideoProcessingEngine (video_processing / image_processing) on OpenHarmony
Documentation
# 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 = "ohos-video-processing-engine-sys"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw bindings to the multimedia VideoProcessingEngine (video_processing / image_processing) on OpenHarmony"
readme = "README.md"
keywords = [
    "OpenHarmony",
    "HarmonyOS",
    "ffi",
    "video",
    "image",
]
license = "Apache-2.0"
repository = "https://github.com/openharmony-rs/ohos-sys"

[package.metadata.docs.rs]
features = [
    "document-features",
    "api-13",
    "video-processing",
    "image-processing",
]
targets = [
    "aarch64-unknown-linux-ohos",
    "armv7-unknown-linux-ohos",
    "x86_64-unknown-linux-ohos",
]

[features]
api-12 = []
api-13 = ["api-12"]
api-14 = ["api-13"]
api-15 = ["api-14"]
api-16 = ["api-15"]
api-17 = ["api-16"]
api-18 = ["api-17"]
api-19 = ["api-18"]
api-20 = ["api-19"]
api-21 = ["api-20"]
api-22 = ["api-21"]
api-23 = ["api-22"]
default = []
document-features = ["dep:document-features"]
image-processing = []
video-processing = []

[lib]
name = "ohos_video_processing_engine_sys"
path = "src/lib.rs"

[[test]]
name = "link_smoke"
path = "tests/link_smoke.rs"

[dependencies.document-features]
version = "0.2"
optional = true

[dependencies.ohos-sys-opaque-types]
version = "0.1.10"