fmradio 0.3.0

An FM radio demodulator and RDS decoder in pure Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "fmradio"
version = "0.3.0"
authors = ["Xavier Olive <git@xoolive.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An FM radio demodulator and RDS decoder in pure Rust"
homepage = "https://github.com/xoolive/desperado"
readme = false
license = "MIT"
repository = "https://github.com/xoolive/desperado"

[features]
soapy = ["desperado/soapy"]

[lib]
name = "fmradio"
path = "src/lib.rs"

[[bin]]
name = "fmradio"
path = "src/main.rs"

[dependencies.approx]
version = "0.5"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.crossbeam]
version = "0.8"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.desperado]
version = "0.3.0"
features = [
    "rtlsdr",
    "airspy",
]

[dependencies.futures]
version = "0.3"

[dependencies.num-complex]
version = "0.4"

[dependencies.rubato]
version = "0.16.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tinyaudio]
version = "0.1"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"