openehr-postgresql 0.6.0

openEHR persistence for PostgreSQL: schema dialect and DDL
Documentation
[workspace]

[package]
name = "openehr-postgresql"
version = "0.6.0"
edition = "2024"
rust-version = "1.95"
license = "MIT OR Apache-2.0 OR BSD-3-Clause OR GPL-2.0-only OR GPL-3.0-only"
description = "openEHR persistence for PostgreSQL: schema dialect and DDL"
keywords = ["openehr", "ehr", "postgresql", "healthcare", "sql"]
categories = ["database"]
repository = "https://github.com/openehr-rust/openehr-rust"
readme = "README.md"

[dependencies]
openehr = { path = "../openehr", version = "0.6.0" }
openehr-store = { path = "../openehr-store", version = "0.6.0" }
serde_json = { version = "1", features = ["preserve_order", "float_roundtrip", "arbitrary_precision"] }


[lints.rust]
missing_docs = "deny"
unsafe_code = "forbid"

[lints.clippy]
pedantic = { level = "warn", priority = -1 }
missing_errors_doc = "deny"
missing_panics_doc = "deny"