[package] name = "eternaltwin_token_store" version = "0.16.0" authors = ["Charles Samborski "] description = "Token store implementation" documentation = "https://gitlab.com/eternaltwin/eternaltwin" homepage = "https://gitlab.com/eternaltwin/eternaltwin" repository = "https://gitlab.com/eternaltwin/eternaltwin" readme = "./README.md" keywords = ["etwin"] license.workspace = true edition.workspace = true rust-version.workspace = true [dependencies] async-trait = "0.1.66" eternaltwin_core = { version = "0.16.0", path = "../core", features = ["serde", "sqlx"] } eternaltwin_populate = { version = "0.16.0", path = "../populate" } neon = { version = "0.10.1", optional = true, default-features = false, features = ["napi-6"] } regex = "1.7.1" serde_json = "1.0.94" sqlx = { workspace = true, default-features = false, features = ["macros", "chrono", "postgres", "runtime-tokio-rustls", "uuid"] } thiserror = { workspace = true } [dev-dependencies] eternaltwin_config = { version = "0.16.0", path = "../config" } eternaltwin_db_schema = { version = "0.16.0", path = "../db_schema" } eternaltwin_dinoparc_store = { version = "0.16.0", path = "../dinoparc_store" } eternaltwin_hammerfest_store = { version = "0.16.0", path = "../hammerfest_store" } eternaltwin_twinoid_store = { version = "0.16.0", path = "../twinoid_store" } serial_test = "1.0.0" tokio = { version = "1.26.0", features = ["macros", "rt"] }