# 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" rust-version = "1.65.0" name = "libp2p-wasm-ext" version = "0.40.0" 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" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.futures] version = "0.3.28" [dependencies.js-sys] version = "0.3.63" [dependencies.libp2p-core] version = "0.40.0" [dependencies.send_wrapper] version = "0.6.0" [dependencies.wasm-bindgen] version = "0.2.86" [dependencies.wasm-bindgen-futures] version = "0.4.36" [features] websocket = []