[package] name = "fhirbolt-model" version = "0.4.0" edition = "2021" authors = ["Lukas Schmierer "] description = "Internal model library of the fhirbolt project" repository = "https://github.com/lschmierer/fhirbolt" documentation = "https://docs.rs/fhirbolt" license = "MIT OR Apache-2.0" [package.metadata.docs.rs] all-features = true [features] r4 = [] r4b = [] r5 = [] [dependencies] fhirbolt-shared = { version = "0.4.0", path = "../fhirbolt-shared" }