[package]
edition = "2021"
name = "arkweb-sys"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw Bindings to the Web module of OpenHarmony"
readme = "Readme.md"
keywords = [
"OpenHarmony",
"HarmonyOS",
"ffi",
"web",
"arkweb",
]
license = "Apache-2.0"
repository = "https://github.com/openharmony-rs/ohos-sys"
[package.metadata.docs.rs]
features = ["document-features"]
targets = [
"aarch64-unknown-linux-ohos",
"armv7-unknown-linux-ohos",
"x86_64-unknown-linux-ohos",
]
all-features = true
[features]
api-11 = []
api-12 = ["api-11"]
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"]
default = []
document-features = ["dep:document-features"]
[lib]
name = "arkweb_sys"
path = "src/lib.rs"
[[test]]
name = "link_smoke"
path = "tests/link_smoke.rs"
[dependencies.document-features]
version = "0.2"
optional = true