[package] name = "etwin_forum_store" version = "0.12.3" authors = ["Eternaltwin "] description = "Forum 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 [features] [dependencies] async-trait = "0.1.58" chrono = "0.4.22" etwin_constants = { version = "0.12.3", path = "../constants" } etwin_core = { version = "0.12.3", path = "../core", features = ["sqlx"] } etwin_db_schema = { version = "0.12.3", path = "../db_schema" } neon = { version = "0.10.1", optional = true, default-features = false, features = ["napi-6"] } once_cell = "1.15.0" scraper = { version = "0.13.0", optional = true } serde = { version = "1.0.145", optional = true, features = ["derive"] } sqlx = { version = "0.6.2", default-features = false, features = ["macros", "chrono", "offline", "postgres", "runtime-tokio-rustls", "uuid"] } thiserror = "1.0.37" [dev-dependencies] etwin_config = { version = "0.12.3", path = "../config" } etwin_core = { version = "0.12.3", path = "../core", features = ["serde"] } etwin_user_store = { version = "0.12.3", path = "../user_store" } serde_json = "1.0.86" serial_test = "0.9.0" tokio = { version = "1.21.2", features = ["macros", "rt"] }