rumtk-core 0.10.8

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

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

[dependencies.ahash]
version = "0.8.12"
features = ["serde"]

[dependencies.bytes]
version = "1.11.0"

[dependencies.chardetng]
version = "0.1.17"

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

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

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.indexmap]
version = "2.13.0"
features = [
    "std",
    "serde",
]

[dependencies.nanoid]
version = "0.4.0"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.once_cell]
version = "1.20.2"

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

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

[dependencies.regex]
version = "1.12.2"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.smallvec]
version = "1.13.2"

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

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

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