ab30270a63
Normalize tracked SPDX headers to the 2026 Stan Grams identity. Co-authored-by: OpenAI Codex <codex@openai.com> Signed-off-by: Stan Grams <sjg@haxx.space>
30 lines
751 B
TOML
30 lines
751 B
TOML
# SPDX-FileCopyrightText: 2026 Stan Grams <sjg@haxx.space>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
[package]
|
|
name = "trx-frontend-http"
|
|
version.workspace = true
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
trx-core = { path = "../../../trx-core" }
|
|
trx-frontend = { path = ".." }
|
|
trx-protocol = { path = "../../../../src/trx-protocol" }
|
|
tokio = { workspace = true, features = ["full"] }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true }
|
|
tracing = { workspace = true }
|
|
actix-web = "=4.4.1"
|
|
actix-ws = "0.3"
|
|
tokio-stream = { version = "0.1", features = ["sync"] }
|
|
futures-util = "0.3"
|
|
bytes = "1"
|
|
flate2 = { workspace = true }
|
|
rand = "0.8"
|
|
hex = "0.4"
|
|
pickledb = "0.5"
|
|
dirs = "6"
|
|
uuid = { workspace = true }
|