# SPDX-FileCopyrightText: 2025 Stanislaw Grams # # SPDX-License-Identifier: BSD-2-Clause [package] name = "trx-frontend-http" version = "0.1.0" edition = "2021" [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" rand = "0.8" hex = "0.4"