rusty-socket 0.1.0

A minimal websocket implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rusty-socket"
description = "A minimal websocket implementation"
authors = ["cheeseboi12345 <jsmithington479@gmail.com>"]
license = "MIT"
keywords = ["http", "websocket", "ws"]
version = "0.1.0"
edition = "2021"
repository = "https://github.com/cheeseboi12345/rusty-socket"

[dependencies]
smol = "2.0.2"
thiserror = "1.0.63"
sha1 = "0.10.6"
base64 = "0.22.1"
rand = "0.8.5"