hl7-net 0.1.0

Lightweight HL7 V2 parser/writer, ported from the Efferent HL7-V2 .NET library
Documentation
# 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 = "2024"
rust-version = "1.88"
name = "hl7-net"
version = "0.1.0"
authors = ["Ruxo Zheng <ruxozheng@gmail.com>"]
build = false
exclude = [
    ".claude",
    ".idea",
    "/.github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight HL7 V2 parser/writer, ported from the Efferent HL7-V2 .NET library"
homepage = "https://github.com/Tirax-Tech/hl7-net"
readme = "README.md"
keywords = [
    "hl7",
    "hl7-v2",
    "hl7-parser",
    "hl7-writer",
    "healthcare",
]
categories = [
    "parser-implementations",
    "encoding",
]
license = "MIT"
repository = "https://github.com/Tirax-Tech/hl7-net"

[lib]
name = "hl7_net"
path = "src/lib.rs"

[dependencies.jiff]
version = "0.2"

[dependencies.regex]
version = "1"