rumtk-hl7-v2-parse 0.1.4

HL7 V2 Parser utility based on the RUMTK framework.
# 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.81.0"
name = "rumtk-hl7-v2-parse"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HL7 V2 Parser utility based on the RUMTK framework."
homepage = "https://github.com/kiseitai3/rumtk/tree/main/toolkit/rumtk-v2-parse"
documentation = "https://docs.rs/rumtk-v2-parse"
readme = "README.md"
keywords = [
    "rumtk",
    "healthcare",
    "hl7",
    "v2",
    "parser",
]
categories = [
    "parsing",
    "science",
    "parser-implementations",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/kiseitai3/rumtk"

[[bin]]
name = "rumtk-hl7-v2-parse"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.38"
features = ["derive"]

[dependencies.rumtk-core]
version = "0.11.8"

[dependencies.rumtk-hl7-v2]
version = "0.8.12"