# 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 = "libp2prs-websocket" version = "0.3.0" authors = ["Netwarps Technologies admin@paradeum.com"] description = "WebSocket transport for libp2p" keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/netwarps/libp2p-rs" [dependencies.async-tls] version = "0.11" [dependencies.async-trait] version = "0.1" [dependencies.either] version = "1.5.3" [dependencies.futures] version = "0.3" features = ["std"] default-features = false [dependencies.libp2prs-core] version = "0.3.0" [dependencies.libp2prs-dns] version = "0.3.0" [dependencies.libp2prs-tcp] version = "0.3.0" [dependencies.log] version = "0.4" [dependencies.pin-project] version = "1" [dependencies.quicksink] version = "0.1" [dependencies.rustls] version = "0.19" [dependencies.soketto] version = "0.4.1" features = ["deflate"] [dependencies.url] version = "2.1" [dependencies.webpki] version = "0.21.3" [dependencies.webpki-roots] version = "0.21" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.libp2prs-runtime] version = "0.3.0" features = ["async-std"] [features] async-std = ["libp2prs-tcp/async-std", "libp2prs-dns/async-std"] tokio = ["libp2prs-tcp/tokio", "libp2prs-dns/tokio"]