# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "resonator" version = "0.3.2" 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" [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] version = "1.0" features = [ "http1", "http2", "server", ] [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] version = "0.10" features = [ "extensions", "state", ] [dependencies.tokio] version = "1.35" features = [ "rt-multi-thread", "macros", ] [dependencies.tower] version = "0.4" default-features = false [dependencies.tower-http] version = "0.5.0" features = ["fs"]