titan-server 0.1.6

A http server for the titan family, but can be used independently!
Documentation
[dependencies.chrono]
optional = true
version = "0.4.38"

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

[dependencies.titan-core]
version = "0.1.6"

[dependencies.titan-http]
version = "0.1.6"

[dependencies.tokio]
features = ["net", "io-util", "rt"]
version = "1.42.0"

[features]
date-header = ["dep:chrono"]
default = []

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

[package]
authors = ["Vincent Thomas"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "A http server for the titan family, but can be used independently!"
edition = "2021"
keywords = ["web"]
license = "MIT"
name = "titan-server"
readme = false
version = "0.1.6"