[package] name = "eternaltwin_populate" version = "0.16.0" authors = ["Charles Samborski "] description = "Hammerfest 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] eternaltwin_constants = { version = "0.16.0", path = "../constants" } eternaltwin_core = { version = "0.16.0", path = "../core", features = ["sqlx-postgres"] } sqlx = { workspace = true, default-features = false, features = ["macros", "chrono", "postgres", "runtime-tokio-rustls", "uuid"] } thiserror = { workspace = true }