# 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 = "tetsy-libp2p-wasm-ext" version = "0.27.1" authors = ["Pierre Krieger "] 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.3.1" [dependencies.js-sys] version = "0.3.19" [dependencies.tetsy-libp2p-core] version = "0.27.1" [dependencies.tetsy-send-wrapper] version = "0.1.0" [dependencies.wasm-bindgen] version = "0.2.42" [dependencies.wasm-bindgen-futures] version = "0.4.4" [features] websocket = []