[package] name = "tokio-tungstenite-keepalive" version = "0.1.0" description = "A library to wrap WebsocketStreams in order to make them respond to Ping" repository = "https://github.com/GnomedDev/tokio-tungstenite-keepalive" edition = "2021" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "0.3.24" once_cell = "1.15.0" parking_lot = "0.12.1" pin-project = "1.0.12" tokio-tungstenite = "0.17.2" tokio = { version = "1.21.2", features = ["rt", "sync"] }