[package]
edition = "2024"
name = "lingxia-devtool"
version = "0.6.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Devtool runtime bridge and protocol helpers for LingXia apps"
readme = false
license = "MIT"
repository = "https://github.com/LingXia-Dev/LingXia"
resolver = "2"
[features]
browser = ["dep:lingxia-browser"]
default = []
[lib]
name = "lingxia_devtool"
path = "src/lib.rs"
[dependencies.lingxia]
version = "0.6.3"
features = ["devtool"]
default-features = false
[dependencies.lingxia-app-context]
version = "0.6.3"
[dependencies.lingxia-browser]
version = "0.6.3"
optional = true
[dependencies.lingxia-devtool-protocol]
version = "0.6.3"
[dependencies.lingxia-log]
version = "0.6.3"
[dependencies.log]
version = "0.4.29"
[dependencies.lxapp]
version = "0.6.3"
default-features = false
package = "lingxia-lxapp"
[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.tungstenite]
version = "0.29"
features = [
"handshake",
"rustls-tls-webpki-roots",
]
default-features = false
[target.'cfg(any(target_os = "android", target_os = "ios", all(target_os = "linux", target_env = "ohos")))'.dependencies.rustls]
version = "0.23"
features = [
"ring",
"std",
"tls12",
]
default-features = false
[target.'cfg(not(any(target_os = "android", target_os = "ios", all(target_os = "linux", target_env = "ohos"))))'.dependencies.rustls]
version = "0.23"
features = [
"aws_lc_rs",
"std",
"tls12",
]
default-features = false