ohos_rust_binding 0.1.0

Rust binding for OHOS
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_rust_binding"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust binding for OHOS"
readme = "README.md"
license = "MIT"

[features]
account = []
asset = []
bundle = []
default = [
    "drawing",
    "log",
    "napi",
    "scheduler",
    "window",
    "xcomponent",
    "rdb",
    "hidebug",
    "bundle",
    "account",
    "hitrace",
    "embed",
    "input",
    "asset",
    "hiappevent",
    "web",
]
drawing = ["egl"]
egl = []
embed = []
hiappevent = []
hidebug = []
hitrace = []
input = []
log = []
napi = []
rdb = []
scheduler = [
    "napi",
    "xcomponent",
]
web = []
window = []
xcomponent = []

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

[build-dependencies.bindgen]
version = "0.69"