# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.69.0" name = "rumtk-hl7-v2" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HL7 V2 Parser and MLLP Implementation to support building interface utilities." readme = "README.md" keywords = [ "rumtk", "healthcare", "hl7", "v2", ] categories = [ "parsing", "science", "parser-implementations", ] license-file = "LICENSE.txt" repository = "https://github.com/kiseitai3/rumtk" [lib] name = "rumtk_hl7_v2" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.once_cell] version = "1.20.2" [dependencies.phf] version = "0.11.2" [dependencies.phf_macros] version = "0.11.2" [dependencies.rumtk-core] version = "0.1.1"