[package] name = "eternalfest_services" version = "0.18.2" authors = ["Charles Samborski "] description = "Top-level Eternal-Twin services" documentation = "https://github.com/eternal-twin/etwin" homepage = "https://github.com/eternal-twin/etwin" repository = "https://github.com/eternal-twin/etwin" readme = "./README.md" keywords = ["etwin"] license = "AGPL-3.0-or-later" edition = "2021" [dependencies] chrono = "0.4.22" eternalfest_core = "0.18.2" etwin_client = "0.11.0" etwin_core = "0.11.0" headers = "0.3.8" neon = { version = "0.10.1", optional = true, default-features = false, features = ["napi-6"] } serde = { version = "1.0.147", features = ["derive"] } [dev-dependencies] eternalfest_auth_store = "0.18.2" eternalfest_blob_store = "0.18.2" eternalfest_buffer_store = "0.18.2" eternalfest_config = "0.18.2" eternalfest_db_schema = "0.18.2" eternalfest_file_store = "0.18.2" eternalfest_game_store = "0.18.2" eternalfest_user_store = "0.18.2" once_cell = "1.17.0" serial_test = "0.9.0" sqlx = { version = "0.6.2", default-features = false, features = ["macros", "chrono", "offline", "postgres", "runtime-tokio-rustls", "uuid"] } tokio = { version = "1.21.2", features = ["macros", "rt"] }