[package]
edition = "2024"
name = "lingxia-browser-shell"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Browser shell product module and host registrations for LingXia"
homepage = "https://github.com/LingXia-Dev/LingXia"
documentation = "https://docs.rs/lingxia-browser-shell"
readme = "README.md"
keywords = [
"lingxia",
"browser",
"shell",
"webview",
]
categories = [
"web-programming",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/LingXia-Dev/LingXia"
resolver = "2"
[features]
proxy = ["dep:lingxia-proxy"]
[lib]
name = "lingxia_browser_shell"
path = "src/lib.rs"
[dependencies.futures]
version = "0.3.31"
[dependencies.lingxia-app-context]
version = "0.10.0"
[dependencies.lingxia-browser]
version = "0.10.0"
[dependencies.lingxia-native-macros]
version = "0.10.0"
[dependencies.lingxia-platform]
version = "0.10.0"
[dependencies.lingxia-service]
version = "0.10.0"
[dependencies.lingxia-webview]
version = "0.10.0"
[dependencies.log]
version = "0.4.29"
[dependencies.lxapp]
version = "0.10.0"
default-features = false
package = "lingxia-lxapp"
[dependencies.rong]
version = "0.4.0"
default-features = false
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.143"
features = ["raw_value"]
[dependencies.thiserror]
version = "2.0.16"
[dependencies.tokio]
version = "1.0"
features = [
"rt",
"time",
"macros",
"sync",
]
[target.'cfg(any(target_os = "macos", target_os = "windows"))'.dependencies.lingxia-proxy]
version = "0.10.0"
features = ["rule-list-routing"]
optional = true