# 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.69.0" name = "rumtk-core" version = "0.1.1" build = 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" readme = "README.md" keywords = [ "rumtk", "healthcare", "hl7", "v2", "core", ] categories = [ "parsing", "science", "parser-implementations", ] license-file = "LICENSE.txt" repository = "https://github.com/kiseitai3/rumtk" [lib] name = "rumtk_core" path = "src/lib.rs" [dependencies.ahash] version = "0.8.11" [dependencies.chardetng] version = "0.1.17" [dependencies.compact_str] version = "0.8.0" [dependencies.encoding_rs] version = "0.8.34" [dependencies.once_cell] version = "1.20.2" [dependencies.regex] version = "1.11.0" [dependencies.unicode-segmentation] version = "1.12.0"