resonator 0.3.2

This crate allows 2 devices to send live PCM audio data to each other through a server
Documentation
[dependencies.axum]
version = "0.7.2"

[dependencies.http]
version = "1.0"

[dependencies.http-body]
version = "1.0"

[dependencies.http-body-util]
version = "0.1.0"

[dependencies.hyper]
features = ["http1", "http2", "server"]
version = "1.0"

[dependencies.hyper-util]
version = "0.1"

[dependencies.rust_socketio]
version = "0.4.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.socketioxide]
features = ["extensions", "state"]
version = "0.10"

[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.35"

[dependencies.tower]
default-features = false
version = "0.4"

[dependencies.tower-http]
features = ["fs"]
version = "0.5.0"

[package]
description = "This crate allows 2 devices to send live PCM audio data to each other through a server"
edition = "2021"
license = "MIT"
name = "resonator"
repository = "https://github.com/kkingsbe/resonator-rs"
version = "0.3.2"