[package] name = "rumtk-hl7-v2" description = "HL7 V2 Parser and MLLP Implementation to support building interface utilities." version = "0.1.1" license-file = "LICENSE.txt" readme = "../../README.md" repository = "https://github.com/kiseitai3/rumtk" keywords = ["rumtk", "healthcare", "hl7", "v2"] categories = ["parsing", "science", "parser-implementations"] edition = "2021" rust-version = "1.69.0" [dependencies] phf = "0.11.2" phf_macros = "0.11.2" chrono = "0.4.38" once_cell = "1.20.2" rumtk-core = "0.1.1"