# 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.75.0" name = "libp2p-websocket" version = "0.44.0" authors = ["Parity Technologies "] description = "WebSocket transport for libp2p" 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 [dependencies.either] version = "1.12.0" [dependencies.futures] version = "0.3.30" [dependencies.futures-rustls] version = "0.26.0" features = ["ring"] default-features = false [dependencies.libp2p-core] version = "0.42.0" [dependencies.libp2p-identity] version = "0.2.9" [dependencies.parking_lot] version = "0.12.3" [dependencies.pin-project-lite] version = "0.2.14" [dependencies.rw-stream-sink] version = "0.4.0" [dependencies.soketto] version = "0.8.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tracing] version = "0.1.37" [dependencies.url] version = "2.5" [dependencies.webpki-roots] version = "0.25" [dev-dependencies.async-std] version = "1.6.5" features = ["attributes"] [dev-dependencies.libp2p-dns] version = "0.42.0" features = ["async-std"] [dev-dependencies.libp2p-identity] version = "0.2.9" features = ["rand"] [dev-dependencies.libp2p-tcp] version = "0.42.0" features = ["async-io"] [dev-dependencies.rcgen] version = "0.11.3" [lints.clippy] dbg_macro = "warn" manual_let_else = "warn" type_complexity = "allow" unnecessary_wraps = "warn" used_underscore_binding = "warn" [lints.clippy.pedantic] level = "allow" priority = -1 [lints.rust] unreachable_pub = "warn"