mashrl 0.0.8

Minimal and straightforward HTTP(s) request/response library (with server)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "mashrl"
version = "0.0.8"
authors = ["Ben <kaleidawave@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal and straightforward HTTP(s) request/response library (with server)"
readme = "README.md"
keywords = [
    "http",
    "request",
    "server",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/kaleidawave/mashrl"

[features]
decompress = ["dep:flate2"]
extras = []
server = []

[lib]
name = "mashrl"
path = "src/lib.rs"

[[example]]
name = "get"
path = "examples/get.rs"

[[example]]
name = "server"
path = "examples/server.rs"

[[test]]
name = "decoding"
path = "tests/decoding.rs"

[dependencies.flate2]
version = "1.1.2"
optional = true

[dependencies.native-tls]
version = "0.2.14"