httpstate 0.0.5

HTTP State, httpstate.com
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["Alex Morales, HTTP State <alex@httpstate.com>"]
description = "HTTP State, httpstate.com"
edition = "2024"
license = "AGPL-3.0"
name = "httpstate"
repository = "https://github.com/httpstate/httpstate"
version = "0.0.5"

[dependencies]
reqwest = "0.13.2"
tokio = { features=["macros", "rt-multi-thread", "signal"], version="1.49.0" }
tungstenite = { features = ["native-tls"], version = "0.28.0" }
url = "2.5.8"