serde-er7 0.1.2

Serialize and deserialize ER7 (HL7 v2 pipe-hat encoding) message trees with Serde, so they can flow through JSON, YAML, or any other Serde data format
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 = "serde-er7"
version = "0.1.2"
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
build = false
include = [
    "src/**/*",
    "spec/**/*",
    "docs/**/*",
    "examples/**/*",
    "/LICENSE.md",
    "/README.md",
    "/index.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serialize and deserialize ER7 (HL7 v2 pipe-hat encoding) message trees with Serde, so they can flow through JSON, YAML, or any other Serde data format"
homepage = "https://er7-rust.github.io/serde-er7/"
readme = "README.md"
keywords = [
    "hl7",
    "er7",
    "serde",
    "healthcare",
    "serialization",
]
categories = [
    "encoding",
    "parser-implementations",
]
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 = "serde_er7"
path = "src/lib.rs"

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

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

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

[dependencies.er7]
version = "0"

[dependencies.serde]
version = "1"

[dev-dependencies.serde_json]
version = "1"

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