lingxia-service 0.7.0

Shared LingXia service APIs used by JS bindings, shell, and native facade
# 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-service"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared LingXia service APIs used by JS bindings, shell, and native facade"
readme = false
license = "MIT"
repository = "https://github.com/LingXia-Dev/LingXia"
resolver = "2"

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

[dependencies.bytes]
version = "1.10.1"

[dependencies.http]
version = "1.3.1"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.lingxia-app-context]
version = "0.7.0"

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

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

[dependencies.lingxia-provider]
version = "0.7.0"

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

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

[dependencies.lingxia-update]
version = "0.7.0"

[dependencies.log]
version = "0.4.29"

[dependencies.rong_rt]
version = "0.3.1"
default-features = false

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

[dependencies.sha2]
version = "0.11"

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