# SPDX-FileCopyrightText: 2025 Stanislaw Grams # # SPDX-License-Identifier: BSD-2-Clause [package] name = "trx-backend-soapysdr" version = "0.1.0" edition = "2021" license = "BSD-2-Clause" [dependencies] trx-core = { path = "../../../trx-core" } trx-rds = { path = "../../../decoders/trx-rds" } tokio = { workspace = true, features = ["sync", "rt"] } serde = { workspace = true } tracing = { workspace = true } num-complex = "0.4" rustfft = "6" soapysdr = "0.3"