[package] name = "etwin_link_store" version = "0.12.3" authors = ["Charles Samborski "] description = "Link 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_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"] } regex = "1.6.0" 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_dinoparc_store = { version = "0.12.3", path = "../dinoparc_store" } etwin_hammerfest_store = { version = "0.12.3", path = "../hammerfest_store" } etwin_user_store = { version = "0.12.3", path = "../user_store" } serial_test = "0.9.0" tokio = { version = "1.21.2", features = ["macros", "rt"] }