[package] name = "resonator" version = "0.3.2" edition = "2021" description = "This crate allows 2 devices to send live PCM audio data to each other through a server" license = "MIT" repository = "https://github.com/kkingsbe/resonator-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] axum = "0.7.2" socketioxide = { version = "0.10", features = ["extensions", "state"] } rust_socketio = "0.4.2" serde = "1.0" tokio = { version = "1.35", features = ["rt-multi-thread", "macros"] } serde_json = "1.0" tower = { version = "0.4", default-features = false } tower-http = { version = "0.5.0", features = ["fs"] } http = "1.0" http-body = "1.0" http-body-util = { version = "0.1.0" } hyper-util.version = "0.1" hyper = { version = "1.0", features = ["http1", "http2", "server"]}