# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause [package] name = "trx-frontend-http-json" version.workspace = true edition = "2021" [dependencies] trx-core = { path = "../../../trx-core" } trx-frontend = { path = ".." } trx-protocol = { path = "../../../../src/trx-protocol" } tokio = { workspace = true, features = ["full"] } serde_json = { workspace = true } tracing = { workspace = true }