server-common 0.0.2

This is a web server framework with server common.
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 = "server-common"
version = "0.0.2"
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 server common."
homepage = "https://www.cloudthink.space"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/CloudThinkSpace/base-server/tree/main/crates/common"

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

[dependencies.axum]
version = "0.8.8"

[dependencies.chrono]
version = "0.4.43"

[dependencies.jsonwebtoken]
version = "10.3.0"

[dependencies.serde]
version = "1.0.228"

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