22 lines
567 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[package]
name = "futriix-server"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1.0", features = ["full"] }
rmp-serde = "0.15" # MessagePack
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.7"
colored = "2.0"
log = "0.4"
simplelog = "0.12"
crossbeam = "0.8"
parking_lot = "0.12"
chrono = "0.4"
ctrlc = "3.2"
warp = "0.3" # Добавлено для HTTP API и HTTP-сервера
futures = "0.3" # Добавлено для для работы с асинхронными потоками FutureExt