[package]
name = "sophon"
version = "0.0.6"
edition = "2021"
license = "Apache-2.0"
description = "a game framework,support micro service"
repository = "https://gitee.com/jmesyan/sophon.git"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
config = "0.13.1"
prost = "0.11.0"
serde = "1.0.144"
serde_json = "1.0.85"
nats = "0.24.0"
etcd-client = "0.10"
tokio = { version = "1.0", features = ["full"] }
dashmap = "5.4.0"
lazy_static = "1.4.0"
async-trait = "0.1.57"
thiserror = "1.0.35"
conhash = "0.5.0"
json = "0.12.4"
colorful = "0.2.1"
chrono = "0.4.23"
anyhow = "1.0.66"
once_cell = "1.16.0"
futures = "0.3.25"
bytes = "1.3.0"
dotenv = "0.15.0"
clap = { version = "4.0.32", features = ["derive"] }
rust-ini = "0.18.0"
tokio-rustls = "0.23.4"
rustls-pemfile = "1.0.2"
futures-util = "0.3.26"
tokio-tungstenite = { version = "0.18.0", features = ["rustls-tls-webpki-roots"] }
openssl = { version = "0.10" }
base64 = "0.21.0"
rust_socketio = "0.4.1"
native-tls = "0.2.11"
thruster = { version = "1.3.0", features = ["hyper_server", "tls"] }
number-as = "1.0.10"
serde_derive = "1.0.152"
hyper = "0.14.24"


[build-dependencies]
prost-build = "0.11.0"