[package] name = "extra-chat-server" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" chrono = "0.4" fern = "0.6" futures-util = "0.3" hex = "0.4" lazy_static = "1" lodestone-scraper = { git = "https://git.annaclemens.io/ascclemens/lodestone-scraper.git" } log = "0.4" parking_lot = "0.12" prefixed-api-key = { git = "https://git.annaclemens.io/ascclemens/prefixed-api-key.git" } rand = "0.8" regex = "1" rmp-serde = "1" rustyline = { version = "9", default-features = false } serde = { version = "1", features = ["derive"] } serde_bytes = "0.11" serde_repr = "0.1" sha3 = "0.10" #sodiumoxide = "0.2" sqlx = { version = "0.6", features = ["runtime-tokio-rustls", "sqlite", "chrono"] } tokio-tungstenite = "0.17" toml = "0.5" uuid = { version = "1", features = ["serde", "v4"] } [dependencies.tokio] version = "1" features = ["rt-multi-thread", "macros", "sync"]