[dependencies.chrono]
optional = true
version = "0.4.38"
[dependencies.futures-util]
version = "0.3.31"
[dependencies.titan-core]
version = "0.1.10"
[dependencies.titan-http]
version = "0.1.10"
[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!"
documentation = "https://docs.rs/titan"
edition = "2021"
keywords = ["web"]
license = "MIT"
name = "titan-server"
readme = false
repository = "https://github.com/vincent-thomas/route-rs"
version = "0.1.10"