lingxia-transfer 0.7.0

Shared file transfer domain/runtime 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-transfer"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared file transfer domain/runtime for LingXia"
readme = "README.md"
license = "MIT"
repository = "https://github.com/LingXia-Dev/LingXia"
resolver = "2"

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

[dependencies.bytes]
version = "1.11"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.http]
version = "1.3.1"

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

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

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

[dependencies.log]
version = "0.4.29"

[dependencies.redb]
version = "3.1.0"

[dependencies.ring]
version = "0.17.14"

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

[dependencies.rong_rt]
version = "0.3.1"
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 = "android", target_os = "ios", all(target_os = "linux", target_env = "ohos")))'.dependencies.rong_rt]
version = "0.3.1"
features = ["tls-ring"]
default-features = false

[target.'cfg(not(any(target_os = "android", target_os = "ios", all(target_os = "linux", target_env = "ohos"))))'.dependencies.rong_rt]
version = "0.3.1"
features = ["tls-aws-lc"]
default-features = false