[package] name = "treasury-server" version = "0.2.0" edition = "2021" authors = ["Zakarum "] license = "MIT OR Apache-2.0" documentation = "https://docs.rs/treasury-server" homepage = "https://github.com/arcana-engine/treasury" repository = "https://github.com/arcana-engine/treasury" readme = "../README.md" keywords = ["assets", "gamedev"] categories = ["game-development"] description = "Treasury server" [dependencies] treasury-api = { version = "=0.2.0", path = "../api" } treasury-store = { version = "=0.2.0", path = "../store" } treasury-id = { version = "=0.1.0", path = "../id" } url = { version = "2.2", features = ["serde"] } eyre = "0.6" color-eyre = "0.6" serde = { version = "1.0", features = ["derive"] } serde_bytes = "0.11" bincode = "1.0" tokio = { version = "1.0", features = ["macros", "net", "io-util", "rt-multi-thread", "time", "sync"] } envy = "0.4" futures-util = "0.3" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing-error = "0.2" pin-project = "1.0" parking_lot = "0.12"