gotham 0.7.4

A flexible web framework that promotes stability, safety, security and speed.
Documentation
[[bench]]
harness = false
name = "file_handler"
[dependencies.anyhow]
version = "1.0.5"

[dependencies.base64]
version = "0.22"

[dependencies.bincode]
optional = true
version = "1.0"

[dependencies.borrow-bag]
version = "1.1.1"

[dependencies.bytes]
version = "1.0"

[dependencies.cookie]
version = "0.15"

[dependencies.futures-util]
version = "0.3.14"

[dependencies.gotham_derive]
optional = true
version = "0.7.1"

[dependencies.httpdate]
version = "1.0"

[dependencies.hyper]
features = ["http1", "runtime", "server", "stream"]
version = "0.14.12"

[dependencies.linked-hash-map]
optional = true
version = "0.5.6"

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.3.15"

[dependencies.mime_guess]
version = "2.0.1"

[dependencies.num_cpus]
version = "1.8"

[dependencies.percent-encoding]
version = "2.1"

[dependencies.pin-project]
version = "1.0.0"

[dependencies.rand]
version = "0.8"

[dependencies.rand_chacha]
version = "0.3"

[dependencies.regex]
version = "1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.186"

[dependencies.thiserror]
version = "1.0.2"

[dependencies.time]
default-features = false
features = ["std", "formatting", "macros"]
version = "0.3.4"

[dependencies.tokio]
features = ["net", "rt-multi-thread", "time", "fs", "io-util"]
version = "1.11.0"

[dependencies.tokio-rustls]
optional = true
version = "0.23"

[dependencies.uuid]
features = ["v4"]
version = "1.0"
[dev-dependencies.criterion]
features = ["cargo_bench_support", "plotters", "rayon", "async_futures", "async_tokio"]
version = "0.5.1"

[dev-dependencies.futures-executor]
version = "0.3.14"

[dev-dependencies.reqwest]
version = "0.12.2"

[dev-dependencies.tempfile]
version = "3.10.1"

[dev-dependencies.tokio]
features = ["macros", "test-util"]
version = "1.11.0"

[features]
default = ["derive", "http2", "session", "testing"]
derive = ["gotham_derive"]
http2 = ["hyper/http2"]
rustls = ["tokio-rustls"]
session = ["bincode", "linked-hash-map"]
testing = ["hyper/client"]

[package]
authors = ["Shaun Mangelsdorf <s.mangelsdorf@gmail.com>", "Colin Bankier <colinbankier@gmail.com>", "Dominic Meiser <git@msrd0.de>", "Isaac Whitfield <iw@whitfin.io>", "Judson Lester <nyarly@gmail.com>", "Bradley Beddoes <bradleybeddoes@gmail.com>"]
categories = ["web-programming::http-server"]
description = "A flexible web framework that promotes stability, safety, security and speed."
edition = "2018"
exclude = ["src/tls/tls_new_cert.sh"]
homepage = "https://gotham.rs"
keywords = ["http", "async", "web", "framework", "server"]
license = "MIT/Apache-2.0"
name = "gotham"
readme = "README.md"
repository = "https://github.com/gotham-rs/gotham"
version = "0.7.4"
[package.metadata.docs.rs]
all-features = true