qos 0.1.0

OpenHarmony's qos binding for rust
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 = "qos"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenHarmony's qos binding for rust"
readme = false
license = "MIT OR Apache-2.0"

[features]
api-13 = ["ohos-qos-sys/api-13"]
api-14 = [
    "api-13",
    "ohos-qos-sys/api-14",
]
api-15 = [
    "api-14",
    "ohos-qos-sys/api-15",
]
api-16 = [
    "api-15",
    "ohos-qos-sys/api-16",
]
api-17 = [
    "api-16",
    "ohos-qos-sys/api-17",
]
api-18 = [
    "api-17",
    "ohos-qos-sys/api-18",
]
api-19 = [
    "api-18",
    "ohos-qos-sys/api-19",
]
api-20 = [
    "api-19",
    "ohos-qos-sys/api-20",
]
api-21 = [
    "api-20",
    "ohos-qos-sys/api-21",
]
api-22 = [
    "api-21",
    "ohos-qos-sys/api-22",
]
default = []

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

[dependencies.ohos-qos-sys]
version = "0.1.0"

[dependencies.ohos_enum_macro]
version = "0.1.0"

[lints.clippy]
not_unsafe_ptr_arg_deref = "allow"