# 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 = "ezrtc-server" version = "0.4.0" authors = ["LÅ‘rik Levente "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easy cross-platform WebRTC communication with data channels and a simple signaling server." readme = "README.md" keywords = [ "webrtc", "datachannel", "peer-to-peer", "p2p", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/levminer/ezrtc" [lib] name = "ezrtc_server" path = "src/lib.rs" [[bin]] name = "ezrtc-server" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.axum] version = "0.7.5" features = [ "ws", "macros", "json", ] [dependencies.ezrtc] version = "0.5" [dependencies.futures-util] version = "0.3.21" [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.72" [dependencies.simplelog] version = "0.12.0" [dependencies.tokio] version = "1.14.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.8"