[[bin]]
name = "sparslog"
path = "src/main.rs"
[[bin]]
name = "sparslog-async"
path = "src/main_async.rs"
[dependencies.anyhow]
version = "1"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.console-subscriber]
version = "0.4.1"
[dependencies.ctrlc]
version = "3"
[dependencies.log]
version = "0.4"
[dependencies.num]
version = "0.4"
[dependencies.rustradio]
features = ["rtlsdr", "fast-math", "async"]
version = "0.14.2"
[dependencies.stderrlog]
version = "0.6"
[dependencies.tokio]
version = "1.45.0"
[features]
default = []
tokio-unstable = ["tokio/tracing", "rustradio/tokio-unstable"]
[lib]
name = "sparslog"
path = "src/sparslog.rs"
[package]
authors = ["Thomas Habets <thomas@habets.se>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "SDR receiver for IKEA sparsnäs"
edition = "2024"
keywords = ["SDR", "ikea"]
license = "MIT"
name = "sparslog"
readme = "README.md"
repository = "https://github.com/ThomasHabets/sparslog"
version = "0.1.2"