maestro-http 0.1.0

Maestro HTTP - simple async PHP-style HTTP client in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "maestro-http"
version = "0.1.0"
edition = "2024"
authors = ["Otabek"]
description = "Maestro HTTP - simple async PHP-style HTTP client in Rust"
license = "MIT"
repository = "https://github.com/Famous-Coder36/maestro-http"
readme = "README.md"
keywords = ["http", "async", "client", "maestro", "php-style"]
categories = ["web-programming", "network-programming"]

[dependencies]
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"