[package] name = "etwin_auth_store" version = "0.12.3" 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.workspace = true edition.workspace = true rust-version.workspace = true [dependencies] async-trait = "0.1.58" etwin_constants = { version = "0.12.3", path = "../constants" } etwin_core = { version = "0.12.3", path = "../core", features = ["serde", "sqlx"] } etwin_db_schema = { version = "0.12.3", path = "../db_schema" } etwin_populate = { version = "0.12.3", path = "../populate" } etwin_postgres_tools = { version = "0.12.3", path = "../postgres_tools" } neon = { version = "0.10.1", optional = true, default-features = false, features = ["napi-6"] } regex = "1.6.0" serde_json = "1.0.86" 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" etwin_config = { version = "0.12.3", path = "../config" } etwin_user_store = { version = "0.12.3", path = "../user_store" } serial_test = "0.9.0" tokio = { version = "1.21.2", features = ["macros", "rt"] }