# 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" version = "0.5.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" path = "src/lib.rs" [[example]] name = "ezrtc_client" path = "examples/ezrtc_client.rs" [[example]] name = "ezrtc_host" path = "examples/ezrtc_host.rs" [dependencies.async-trait] version = "0.1.52" [dependencies.ezsockets] version = "0.6.4" features = ["rustls"] [dependencies.log] version = "0.4.21" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simplelog] version = "0.12.2" [dependencies.tokio] version = "1.14.0" features = ["full"] [dependencies.url] version = "2.2.2" [dependencies.webrtc] version = "0.11"