hl7v2-datetime 1.2.0

HL7 v2 date/time parsing and validation
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.92"
name = "hl7v2-datetime"
version = "1.2.0"
authors = ["Steven Zimmerman, CPA <effortlesssteven@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HL7 v2 date/time parsing and validation"
homepage = "https://github.com/EffortlessMetrics/hl7v2-rs"
readme = "README.md"
keywords = [
    "hl7",
    "healthcare",
    "datetime",
    "date",
    "time",
]
categories = [
    "date-and-time",
    "parser-implementations",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/EffortlessMetrics/hl7v2-rs"
resolver = "2"

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "property_tests"
path = "tests/property_tests.rs"

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "std",
    "clock",
]
default-features = false

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "std",
    "clock",
]
default-features = false

[dev-dependencies.proptest]
version = "1.6"