lingxia 0.1.2

LingXia - Cross-platform LxApp (lightweight application) framework for Android, iOS, and HarmonyOS
# 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 = "2024"
name = "lingxia"
version = "0.1.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LingXia - Cross-platform LxApp (lightweight application) framework for Android, iOS, and HarmonyOS"
readme = "README.md"
keywords = [
    "lingxia",
    "lxapp",
    "cross-platform",
    "webview",
]
categories = [
    "web-programming",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/LingXia-Dev/LingXia"
resolver = "2"

[lib]
name = "lingxia"
crate-type = [
    "rlib",
    "staticlib",
]
path = "src/lib.rs"

[dependencies.lingxia-logic]
version = "0.1.1"

[dependencies.lingxia-messaging]
version = "0.1.1"

[dependencies.lingxia-platform]
version = "0.1.1"

[dependencies.lingxia-webview]
version = "0.1.1"

[dependencies.log]
version = "0.4"

[dependencies.lxapp]
version = "0.1.1"
package = "lingxia-lxapp"

[dependencies.rong]
version = "0.1.1"

[build-dependencies.napi-build-ohos]
version = "1.1.0"

[build-dependencies.swift-bridge-build]
version = "0.1.57"

[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies.oslog]
version = "0.2.0"

[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies.swift-bridge]
version = "0.1.57"

[target.'cfg(target_env = "ohos")'.dependencies.napi-derive-ohos]
version = "1.1.0"

[target.'cfg(target_env = "ohos")'.dependencies.napi-ohos]
version = "1.1.0"

[target.'cfg(target_env = "ohos")'.dependencies.ohos_hilog]
version = "0.1.3"

[target.'cfg(target_os = "android")'.dependencies.android_logger]
version = "0.15.0"

[target.'cfg(target_os = "android")'.dependencies.jni]
version = "0.21.1"