moonsock 0.1.0

Moonsock is a simple way to connect to a klipper/moonraker 3D printer websocket from anywhere where tokio can be ran and your printer is accessible from the internet.
Documentation
[dependencies.futures-util]
default-features = false
features = ["sink", "std"]
version = "0.3"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio-tungstenite]
features = ["native-tls"]
version = "0.18.0"

[dependencies.url]
version = "2.2.2"

[package]
description = "Moonsock is a simple way to connect to a klipper/moonraker 3D printer websocket from anywhere where tokio can be ran and your printer is accessible from the internet."
edition = "2021"
license = "MIT"
name = "moonsock"
readme = "README.md"
repository = "https://github.com/Rottschaferanders/moonsock.git"
version = "0.1.0"