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 = "ns_game"
version = "0.2.26"
authors = ["yi lu <luyikk@126.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ns_game lib."
documentation = "https://docs.rs/ns_game"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/luyikk/ns_game"

[features]
default = ["local_load"]
local_load = []
remote_load = []

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

[dependencies.anyhow]
version = "1"

[dependencies.aqueue]
version = "1.4"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4.42"

[dependencies.clickhouse]
version = "0.14"
features = ["inserter"]

[dependencies.dotenv]
version = "0.15"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.netxclient]
version = "2.2"
features = ["tcp-channel-client"]
default-features = false

[dependencies.netxserver]
version = "2.2"

[dependencies.once_cell]
version = "1.18"

[dependencies.rand]
version = "0.9"

[dependencies.rand_chacha]
version = "0.9"

[dependencies.redis]
version = "1"
features = [
    "tokio-comp",
    "connection-manager",
    "r2d2",
    "tokio-rustls-comp",
]

[dependencies.reqwest]
version = "0.12"
features = [
    "http2",
    "rustls-tls",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_type_name]
version = "0.2.0"

[dependencies.sqlx]
version = "0.8"
features = [
    "mysql",
    "runtime-tokio-rustls",
    "chrono",
]

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

[dependencies.toml]
version = "1"

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