libp2p-wasm-ext 0.4.0

Allows passing in an external transport in a WASM environment
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "libp2p-wasm-ext"
version = "0.4.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Allows passing in an external transport in a WASM environment"
keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
[dependencies.futures]
version = "0.1"

[dependencies.js-sys]
version = "0.3.19"

[dependencies.libp2p-core]
version = "0.11.0"

[dependencies.parity-send-wrapper]
version = "0.1.0"

[dependencies.tokio-io]
version = "0.1"

[dependencies.wasm-bindgen]
version = "0.2.42"

[dependencies.wasm-bindgen-futures]
version = "0.3.19"