# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause [package] name = "trx-protocol" version.workspace = true edition = "2021" [features] default = [] ft2 = [] [dependencies] serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } trx-core = { path = "../trx-core" }