# 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 = "wasm_p2p" version = "0.1.3" description = "Simple peer-to-peer library for Rust + WASM, built on top of WebRTC" readme = "README.md" license = "MIT" repository = "https://github.com/luis-herasme/wasm_p2p/" [lib] name = "wasm_p2p" path = "src/lib.rs" [dependencies.console_error_panic_hook] version = "0.1.7" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6.5" [dependencies.serde_json] version = "1.0.120" [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.wasm-bindgen-futures] version = "0.4.42" [dependencies.web-sys] version = "0.3.69" features = [ "Window", "Document", "HtmlElement", "Text", "WebSocket", "MessageEvent", "RtcPeerConnection", "RtcIceGatheringState", "RtcDataChannel", "RtcSessionDescriptionInit", "RtcSdpType", "RtcSessionDescription", "RtcDataChannelState", "RtcPeerConnectionState", "RtcDataChannelEvent", "RtcConfiguration", ]