base-server 0.0.8

This is a web server framework with base server support.
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"
rust-version = "1.91.1"
name = "base-server"
version = "0.0.8"
authors = ["tanghy <tanghy@cloudthink.space>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This is a web server framework with base server support."
homepage = "https://www.cloudthink.space"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/CloudThinkSpace/base-server/tree/main/crates/base-server"

[features]
auth = []
default = []
log = ["dep:trace-log"]
postgres = ["dep:server-database"]

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

[dependencies.axum]
version = "0.8.8"

[dependencies.server-common]
version = "0.0.1"

[dependencies.server-config]
version = "0.0.2"

[dependencies.server-database]
version = "0.0.2"
optional = true

[dependencies.server-middleware]
version = "0.0.3"

[dependencies.tokio]
version = "1.49.0"

[dependencies.trace-log]
version = "0.0.1"
optional = true

[dependencies.tracing]
version = "0.1.44"