[package] name = "thfmr-protocol" version = "0.2.2" license = "GPL-3.0" description = "Internal control protocol encoding and decoding library for the TouHou.FM Radio project" repository = "https://git.touhou.fm/touhou.fm/radio-rust" documentation = "https://docs.rs/thfmr-protocol" authors = ["Daniel Sonck "] edition = "2018" [dependencies] thfmr-util = { path = "../thfmr-util", version = "0.2.2" } serde = {version = "1.0.124", features = ["derive"] } serde_json = "1.0.64" tokio = {version = "1", features = ["full"]} futures = "0.3.13" async-trait = "0.1.48" thiserror = "1.0.24" log = "0.4.14"