[package]
name = "SingleRFReader"
version = "0.2.1"
edition = "2024"
description = "Little Server for reading r200 and publishing on localhost last readed TAG"
license = "GPL-3.0"
homepage = "https://gitlab.com/marinobonetti/singlerfreader"
repository = "https://gitlab.com/marinobonetti/singlerfreader"
[dependencies]
r200_uhf = { version = "0.5.0", features = ["default", "serde","async"] }
axum = "0.8.9"
tokio = { version = "1.52.3",features = ["full"] }
log = "0.4.33"
tokio-serial = "5.5.0"
anyhow = "1.0.103"
tower-http = { version = "0.7.0", features = ["cors"] }
serde_json = "1.0"
env_logger = "0.11.11"