rumtk-v2-interface 0.2.14

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

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

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

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