# 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 = "web-datachannel" version = "0.2.0" description = "Rust wrapper for WASM WebRTC" license = "MIT" repository = "https://github.com/coevolutions/dachannel" [dependencies.js-sys] version = "0.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3" features = [ "MessageEvent", "RtcPeerConnection", "RtcSignalingState", "RtcSdpType", "RtcSessionDescriptionInit", "RtcPeerConnectionIceEvent", "RtcIceCandidate", "RtcIceCandidateInit", "RtcDataChannel", "RtcDataChannelInit", "RtcDataChannelEvent", "RtcIceGatheringState", "RtcPeerConnectionState", "RtcSessionDescription", "RtcConfiguration", "RtcIceTransportPolicy", "ErrorEvent", ] [dev-dependencies.async-channel] version = "2" [dev-dependencies.async-notify] version = "0.3" [dev-dependencies.console_error_panic_hook] version = "0.1" [dev-dependencies.wasm-bindgen-test] version = "0.3"