lingxia-browser 0.5.1

Browser runtime capability crate for LingXia
# 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-browser"
version = "0.5.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Browser runtime capability crate for LingXia"
homepage = "https://github.com/LingXia-Dev/LingXia"
documentation = "https://docs.rs/lingxia-browser"
readme = "README.md"
keywords = [
    "lingxia",
    "browser",
    "lxapp",
    "webview",
]
categories = [
    "web-programming",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/LingXia-Dev/LingXia"
resolver = "2"

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

[dependencies.http]
version = "1.3.1"

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

[dependencies.lingxia-settings]
version = "0.5.1"

[dependencies.lingxia-transfer]
version = "0.5.1"

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

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

[dependencies.rong]
version = "0.3.0"
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.143"
features = ["raw_value"]

[dependencies.tokio]
version = "1.0"
features = [
    "rt",
    "time",
    "macros",
    "sync",
]

[dependencies.uuid]
version = "1.20"
features = ["v4"]