pawan-api 0.5.7

HTTP API server for Pawan — Axum + SSE streaming
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "pawan-api"
version = "0.5.7"
authors = ["Dirmacs <build@dirmacs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP API server for Pawan — Axum + SSE streaming"
readme = "README.md"
license = "MIT"
repository = "https://github.com/dirmacs/pawan"

[lib]
name = "pawan_api"
path = "src/sessions.rs"

[[bin]]
name = "pawan-api"
path = "src/main.rs"

[dependencies.axum]
version = "0.8"
features = ["json"]

[dependencies.axum-extra]
version = "0.10"
features = ["typed-header"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "6.0"

[dependencies.dotenvy]
version = "0.15"

[dependencies.futures]
version = "0.3"

[dependencies.hostname]
version = "0.4"

[dependencies.pawan-core]
version = "0.5.6"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.48"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.toml]
version = "1.1"

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "trace",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1.19"
features = [
    "v4",
    "serde",
]

[dev-dependencies.http-body-util]
version = "0.1"

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

[dev-dependencies.tower]
version = "0.5"
features = ["util"]