[package] name = "eternaltwin_twinoid_store" version = "0.16.0" authors = ["Charles Samborski "] description = "Twinoid 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_constants = { version = "0.16.0", path = "../constants" } eternaltwin_core = { version = "0.16.0", path = "../core", features = ["serde", "sqlx"] } eternaltwin_populate = { version = "0.16.0", path = "../populate" } eternaltwin_postgres_tools = { version = "0.16.0", path = "../postgres_tools" } neon = { version = "0.10.1", optional = true, default-features = false, features = ["napi-6"] } opentelemetry = { workspace = true, features = ["trace"] } opentelemetry-semantic-conventions = { workspace = true } regex = "1.7.1" serde_json = "1.0.94" sha3 = "0.10.6" sqlx = { workspace = true, default-features = false, features = ["macros", "chrono", "postgres", "runtime-tokio-rustls", "uuid"] } url = "2.4.1" once_cell = "1.18.0" [dev-dependencies] eternaltwin_config = { version = "0.16.0", path = "../config" } eternaltwin_core = { version = "0.16.0", path = "../core", features = ["serde", "sqlx"] } eternaltwin_db_schema = { version = "0.16.0", path = "../db_schema" } serial_test = "1.0.0" tokio = { version = "1.26.0", features = ["macros", "rt"] }