[package] name = "rumtk-core" description = "Core library for providing general functionality to support the other RUMTK crates. See rumtk-hl7-v2 crate as example" version = "0.1.1" license-file = "LICENSE.txt" readme = "../../README.md" repository = "https://github.com/kiseitai3/rumtk" keywords = ["rumtk", "healthcare", "hl7", "v2", "core"] categories = ["parsing", "science", "parser-implementations"] edition = "2021" rust-version = "1.69.0" [dependencies] unicode-segmentation = "1.12.0" compact_str = "0.8.0" encoding_rs = "0.8.34" chardetng = "0.1.17" ahash = "0.8.11" regex = "1.11.0" once_cell = "1.20.2"