# 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 = "async-datachannel-wasm" version = "0.2.1" authors = ["Oliver Wangler "] description = "Async Wrapper for WebRTC datachannel in the browser environment" homepage = "https://github.com/wngr/async-datachannel" documentation = "https://docs.rs/async-datachannel-wasm" readme = "README.md" keywords = [ "webrtc", "async", "datachannel", "wasm", ] categories = ["concurrency"] license = "Apache-2.0 OR MIT" repository = "https://github.com/wngr/async-datachannel" [dependencies.anyhow] version = "1.0.66" [dependencies.futures] version = "0.3.25" [dependencies.js-sys] version = "0.3.60" [dependencies.log] version = "0.4.17" [dependencies.send_wrapper] version = "0.5.0" [dependencies.serde] version = "1.0.148" features = ["derive"] [dependencies.wasm-bindgen] version = "0.2.83" [dependencies.wasm-bindgen-futures] version = "0.4.33" [dependencies.web-sys] version = "0.3.60" features = [ "MessageEvent", "RtcConfiguration", "RtcPeerConnection", "RtcSignalingState", "RtcSdpType", "RtcSessionDescriptionInit", "RtcPeerConnectionIceEvent", "RtcIceCandidate", "RtcIceCandidateInit", "RtcIceServer", "RtcDataChannel", "RtcDataChannelEvent", "RtcDataChannelType", ] [dev-dependencies.console_log] version = "0.2.0" [dev-dependencies.wasm-bindgen-test] version = "0.3.33"