direct_http 0.5.5

An simple and low-level rust REST API library.
Documentation
[package]

name = "direct_http"

version = "0.5.5"

edition = "2021"

authors = ["Pedro Bartolini <pedrobartolini@outlook.com>"]

repository = "https://github.com/pedrobartolini/direct_http"

description = "An simple and low-level rust REST API library."

license = "MIT"

include = [

    "src/*.rs",

    "Cargo.toml",

]



[lib]

name = "direct_http"

path = "./src/direct_http.rs"



[dependencies]

async-trait = "0.1.74"

serde_json = "1.0.108"

smol = "1.3.0"



[dependencies.serde]

version = "1.0"

features = ["derive"]