rumtk-core 0.9.13

Core library for providing general functionality to support the other RUMTK crates. See rumtk-hl7-v2 crate as example
Documentation
[dependencies.ahash]
features = ["serde"]
version = "0.8.12"

[dependencies.chardetng]
version = "0.1.17"

[dependencies.clap]
features = ["derive"]
version = "4.5.38"

[dependencies.compact_str]
features = ["serde"]
version = "0.9.0"

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.once_cell]
version = "1.20.2"

[dependencies.pyo3]
features = ["default", "auto-initialize", "serde"]
version = "0.27.1"

[dependencies.pyo3-ffi]
version = "0.27.1"

[dependencies.regex]
version = "1.12.2"

[dependencies.serde]
features = ["derive", "std"]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.smallvec]
version = "1.13.2"

[dependencies.tokio]
features = ["full"]
version = "1.43.0"

[dependencies.unicode-segmentation]
version = "1.12.0"

[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics"]
version = "1.12.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "science", "parser-implementations"]
description = "Core library for providing general functionality to support the other RUMTK crates. See rumtk-hl7-v2 crate as example"
documentation = "https://docs.rs/rumtk-core"
edition = "2021"
homepage = "https://github.com/luissantosHCIT/rumtk/tree/main/toolkit/rumtk-core"
keywords = ["rumtk", "healthcare", "hl7", "v2", "core"]
license = "LGPL-2.1"
name = "rumtk-core"
readme = "README.md"
repository = "https://github.com/luissantosHCIT/rumtk"
rust-version = "1.81.0"
version = "0.9.13"