arkweb-sys 0.1.0

Raw Bindings to the Web module of 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 = "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