mogh_server 1.4.5

Configurable axum server including TLS, Session, CORS, common security headers, and static file hosting.
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 = "2024"
name = "mogh_server"
version = "1.4.5"
authors = ["moghtech <contact@mogh.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configurable axum server including TLS, Session, CORS, common security headers, and static file hosting."
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/moghtech/lib"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.axum]
version = "0.8.8"
features = ["macros"]

[dependencies.axum-server]
version = "0.8.0"
features = ["tls-rustls"]

[dependencies.data-encoding]
version = "2.10.0"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tower-http]
version = "0.6.8"
features = [
    "fs",
    "cors",
    "set-header",
]

[dependencies.tower-sessions]
version = "0.15.0"

[dependencies.tracing]
version = "0.1.44"

[dependencies.url]
version = "2.5.8"