[dependencies.axum]
version = "0.7"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.elif-core]
version = "0.2.0"
[dependencies.elif-orm]
version = "0.2.0"
[dependencies.hyper]
features = ["server", "http1", "http2"]
version = "1.0"
[dependencies.log]
version = "0.4"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_urlencoded]
version = "0.7"
[dependencies.sqlx]
features = ["runtime-tokio-rustls", "postgres", "uuid", "chrono", "json"]
version = "0.7"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["macros", "rt-multi-thread", "signal", "time", "sync", "net"]
version = "1.0"
[dependencies.tower]
version = "0.4"
[dependencies.tower-http]
features = ["trace", "timeout", "limit", "cors"]
version = "0.5"
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.0"
[dev-dependencies.tokio-test]
version = "0.4"
[dev-dependencies.tracing-test]
version = "0.2"
[[example]]
name = "custom_routes"
path = "examples/custom_routes.rs"
[[example]]
name = "request_response_demo"
path = "examples/request_response_demo.rs"
[[example]]
name = "simple_stateful_server"
path = "examples/simple_stateful_server.rs"
[lib]
name = "elif_http"
path = "src/lib.rs"
[package]
authors = ["krcpa <krcpa@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "network-programming"]
description = "HTTP server core for the elif.rs LLM-friendly web framework"
documentation = "https://docs.rs/elif-http"
edition = "2021"
homepage = "https://github.com/krcpa/elif.rs"
keywords = ["web", "framework", "http", "server", "ai"]
license = "MIT"
name = "elif-http"
readme = false
repository = "https://github.com/krcpa/elif.rs"
version = "0.3.0"