# 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 = "libp2p-websys-transport" version = "0.1.5" authors = ["Vince Vasta "] description = "libp2p Websocket transport for Wasm apps." readme = "README.md" license = "MIT" repository = "https://github.com/vincev/libp2p-websys-transport" [dependencies.futures] version = "0.3.26" [dependencies.getrandom] version = "0.2.3" features = ["js"] [dependencies.js-sys] version = "0.3.61" [dependencies.libp2p-core] version = "0.39" default-features = false [dependencies.parking_lot] version = "0.12.1" [dependencies.send_wrapper] version = "0.6.0" [dependencies.thiserror] version = "1.0.38" [dependencies.wasm-bindgen] version = "0.2.84" [dependencies.web-sys] version = "0.3.61" features = [ "BinaryType", "CloseEvent", "MessageEvent", "WebSocket", ]