hl7 0.2.1

HL7® implementation using 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. HL7®, and FHIR® are the registered trademarks of Health Level Seven International and their use of these trademarks does not constitute an endorsement by HL7. This project is an independent work.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "er7"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bbba5f81bd2a911ff98aa1ac9bbe32eb62ea7f393e275e3a7706ae40a320656"

[[package]]
name = "hl7"
version = "0.2.1"
dependencies = [
 "hl7-2",
 "hl7-3",
]

[[package]]
name = "hl7-2"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5daeb03d48d54a5325ba1c80b9a42dfc336c178b7fed3b9336bd641147a046f"
dependencies = [
 "er7",
 "hl7-2-derive",
]

[[package]]
name = "hl7-2-derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35447e13ff809876bdea5781cb292450e869802055b361b8cd2a07a61dc4f645"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "hl7-2-xml-lite-helper"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5946f2360dce031cd080f351528aa147024abe681ef2246838f3c505c3674dd3"

[[package]]
name = "hl7-3"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94bc410fbbaa171976eb46852ed94423052339148cb19f834f15fbe0f18b3cbe"
dependencies = [
 "hl7-2-xml-lite-helper",
]

[[package]]
name = "proc-macro2"
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "2.0.119"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"