[package]
edition = "2024"
name = "hl7"
version = "0.1.0"
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HL7 for Rust: parse, navigate, validate, modify, and render Health Level Seven (HL7) messages. HL7 v2 (releases 2.1-2.9) lives in `hl7::v2`; the HL7 v3 RIM and message envelope in `hl7::v3`; room for `hl7::fhir` as that standard is implemented."
readme = "README.md"
keywords = [
"hl7",
"healthcare",
"v2",
"parser",
"fhir",
]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0 OR BSD-3-Clause OR GPL-2.0-only OR GPL-3.0-only"
repository = "https://github.com/hl7-rust/hl7-rust"
[features]
derive = ["hl7-2/derive"]
[lib]
name = "hl7"
path = "src/lib.rs"
[dependencies.hl7-2]
version = "0.2.0"
[dependencies.hl7-3]
version = "0.1.0"