thfmr-protocol 0.2.2

Internal control protocol encoding and decoding library for the TouHou.FM Radio project
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "thfmr-protocol"
version = "0.2.2"
authors = ["Daniel Sonck <daniel@sonck.nl>"]
description = "Internal control protocol encoding and decoding library for the TouHou.FM Radio project"
documentation = "https://docs.rs/thfmr-protocol"
license = "GPL-3.0"
repository = "https://git.touhou.fm/touhou.fm/radio-rust"
[dependencies.async-trait]
version = "0.1.48"

[dependencies.futures]
version = "0.3.13"

[dependencies.log]
version = "0.4.14"

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

[dependencies.serde_json]
version = "1.0.64"

[dependencies.thfmr-util]
version = "0.2.2"

[dependencies.thiserror]
version = "1.0.24"

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