hootbin 0.1.5

hoot based library to emulate httpbin
Documentation
[package]
name = "hootbin"
version = "0.1.5"
edition = "2021"
authors = ["Martin Algesten <martin@algesten.se>"]
description = "hoot based library to emulate httpbin"
keywords = ["http", "server", "web"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/algesten/hoot"

# MSRV
rust-version = "1.61"

[dependencies]
fastrand = "2.0.1"
hoot = { path = "..", version = "0.1.4", features = ["std"] }
thiserror = "1.0.56"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = { version = "1.0.111" }