quicksocket 0.1.1

A simple, natively parallel WebSocket server module for Python built with Rust, tokio, and pyo3.
Documentation
[dependencies.env_logger]
version = "0.8.3"

[dependencies.futures-util]
default-features = false
features = ["async-await", "sink", "std"]
version = "0.3.13"

[dependencies.hyper]
features = ["full"]
version = "0.14.4"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.14"

[dependencies.pyo3]
version = "0.13.2"

[dependencies.tokio]
features = ["full"]
version = "1.3.0"

[dependencies.tokio-tungstenite]
version = "0.14.0"

[dependencies.tungstenite]
default-features = false
version = "0.13.0"

[features]
default = ["pyo3/extension-module"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "quicksocket"

[package]
authors = ["Nick Benson <nickjbenson@gmail.com>"]
categories = ["web-programming::websocket"]
description = "A simple, natively parallel WebSocket server module for Python built with Rust, tokio, and pyo3."
edition = "2018"
exclude = [".github/*", ".vscode/*", "archive/*"]
homepage = "https://github.com/nickjbenson/quicksocket"
keywords = ["python", "websocket"]
license = "MIT"
name = "quicksocket"
readme = "README.md"
repository = "https://github.com/nickjbenson/quicksocket"
version = "0.1.1"