# 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 = "2018" name = "webrtc-unreliable" version = "0.6.0" authors = ["kyren "] description = "UDP-like (unreliable, unordered) communication between Javascript/WebAssembly and native Rust via WebRTC" documentation = "https://docs.rs/webrtc-unreliable" readme = "README.md" keywords = [ "wasm", "webrtc", ] license = "MIT" repository = "https://github.com/kyren/webrtc-unreliable" [[example]] name = "echo-server" required-features = ["tokio"] [dependencies.byteorder] version = "1.3" [dependencies.crc] version = "3.0" [dependencies.futures-channel] version = "0.3" features = ["sink"] [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.http] version = "0.2" [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" [dependencies.pin-project] version = "1.0" [dependencies.rand] version = "0.8" [dependencies.tokio] version = "1.0" features = ["net"] optional = true [dev-dependencies.clap] version = "3.0" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.futures] version = "0.3" [dev-dependencies.hyper] version = "0.14" features = [ "http1", "runtime", "server", "stream", ] [dev-dependencies.tokio] version = "1.0" features = [ "macros", "net", "rt-multi-thread", ]