# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: GPL-2.0-or-later [package] name = "trx-config" version.workspace = true edition = "2021" license = "GPL-2.0-or-later" [dependencies] serde = { workspace = true, features = ["derive"] } toml = { workspace = true } tracing = { workspace = true } dirs = "6" thiserror = "2" trx-core = { path = "../trx-core" } trx-decode-log = { path = "../decoders/trx-decode-log" } trx-reporting = { path = "../trx-reporting" } serde_ignored = "0.1" toml_edit = "0.22" [dev-dependencies] tempfile = "3"