[package]
name = "er7"
version = "0.1.2"
edition = "2024"
rust-version = "1.95"
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
description = "Parse, query, edit, and write HL7 v2 messages in the ER7 pipe-hat encoding, with zero dependencies"
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"
readme = "README.md"
keywords = ["hl7", "er7", "healthcare", "parser", "pipe-delimited"]
categories = ["parser-implementations", "encoding", "command-line-utilities"]
include = [
"src/**/*",
"spec/**/*",
"examples/**/*",
"samples/**/*",
"/LICENSE.md",
"/README.md",
"/index.md",
]
[dependencies]
[lints.clippy]
pedantic = { level = "warn", priority = -1 }
[[bin]]
name = "er7"
path = "src/main.rs"