rumtk-core 0.17.0

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.17.0"
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-3.0"
repository = "https://github.com/luissantosHCIT/rumtk"

[features]
default = ["mimalloc"]

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.branches]
version = "0.4.4"

[dependencies.bytecount]
version = "0.6.9"
features = ["runtime-dispatch-simd"]

[dependencies.chardetng]
version = "1.0.0"

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

[dependencies.encoding_rs]
version = "0.8.35"

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

[dependencies.mimalloc]
version = "0.1.52"
features = []
optional = true

[dependencies.nanoid]
version = "0.4.0"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.once_cell]
version = "1.20.2"

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

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

[dependencies.rand]
version = "0.10.1"

[dependencies.regex]
version = "1.12.2"

[dependencies.rumtk-arena]
version = "0.3.0"

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

[dependencies.serde_json]
version = "1.0.150"

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

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

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

[target.x86_64-apple-darwin]

[target.x86_64-pc-windows-msvc]

[target.x86_64-unknown-linux-gnu]

[profile.dev]
debug = 2
strip = false