[package] name = "eternalfest_auth_store" version = "0.18.2" authors = ["Charles Samborski "] description = "Dinoparc store implementation" 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] async-trait = "0.1.58" eternalfest_core = { version = "0.18.2", features = ["serde", "sqlx"] } eternalfest_db_schema = "0.18.2" etwin_postgres_tools = "0.11.0" neon = { version = "0.10.1", optional = true, default-features = false, features = ["napi-6"] } regex = "1.6.0" serde_json = "1.0.87" sha3 = "0.10.6" sqlx = { version = "0.6.2", default-features = false, features = ["macros", "chrono", "offline", "postgres", "runtime-tokio-rustls", "uuid"] } [dev-dependencies] chrono = "0.4.22" eternalfest_config = "0.18.2" eternalfest_user_store = "0.18.2" serial_test = "0.9.0" tokio = { version = "1.21.2", features = ["macros", "rt"] }