db_server 0.0.1

游戏后端存储代理,正在开发
[package]
name = "db_server"
version = "0.0.1"
edition = "2021"
rust-version = "1.76"
license = "Apache-2.0"
readme = "README.md"
repository = "https://gitlab.com/game2851852/db_server.git"
categories = ["database", "algorithms"]
keywords = ["db", "redis", "game", "proxy", "mongodb"]
description = """
游戏后端存储代理,正在开发
"""

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
fred = "8.0"
serde = "1.0"
serde_json = "1.0"
lazy_static = "1.4"
serde_yaml = "0.9"
schemars = "0.8"
async_once = "0.2"
env_logger = "0.11"
tokio = { version = "1.36", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
tower = { version = "0.4", features = ["full"] }
tower-http = { version = "0.5", features = ["full"] }
axum = "0.7"
axum-macros = "0.4"
axum-client-ip = "0.5"
futures = "0.3"
async-trait = "0.1"
thiserror = "1.0"
axum-server = { version = "0.6", features = ["tls-rustls"] }

[dependencies.mongodb]
version = "2.8"
default-features = false
features = ["tokio-runtime"]