er7 0.1.2

Parse, query, edit, and write HL7 v2 messages in the ER7 pipe-hat encoding, with zero dependencies
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.95"
name = "er7"
version = "0.1.2"
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
build = false
include = [
    "src/**/*",
    "spec/**/*",
    "examples/**/*",
    "samples/**/*",
    "/LICENSE.md",
    "/README.md",
    "/index.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse, query, edit, and write HL7 v2 messages in the ER7 pipe-hat encoding, with zero dependencies"
readme = "README.md"
keywords = [
    "hl7",
    "er7",
    "healthcare",
    "parser",
    "pipe-delimited",
]
categories = [
    "parser-implementations",
    "encoding",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0 OR BSD-3-Clause OR GPL-2.0-only OR GPL-3.0-only"
repository = "https://github.com/er7-rust/er7-rust"
resolver = "2"

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

[[bin]]
name = "er7"
path = "src/main.rs"

[[example]]
name = "absent_empty_null"
path = "examples/absent_empty_null.rs"

[[example]]
name = "custom_delimiters"
path = "examples/custom_delimiters.rs"

[[example]]
name = "edit_a_value"
path = "examples/edit_a_value.rs"

[[example]]
name = "escape_sequences"
path = "examples/escape_sequences.rs"

[[example]]
name = "parse_a_message"
path = "examples/parse_a_message.rs"

[[example]]
name = "query_by_path"
path = "examples/query_by_path.rs"

[[example]]
name = "split_a_batch"
path = "examples/split_a_batch.rs"

[dependencies]

[lints.clippy.pedantic]
level = "warn"
priority = -1