# 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" name = "llm_utils" version = "0.0.11" authors = ["Shelby Jenkins"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The best possible text chunker and text splitter and other text tools" homepage = "https://github.com/shelbyJenkins/llm_utils" readme = "README.md" keywords = [ "llm", "nlp", ] categories = [ "multimedia::encoding", "science", ] license = "MIT" repository = "https://github.com/shelbyJenkins/llm_utils" [lib] name = "llm_utils" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.html2text] version = "0.12.6" [dependencies.linkify] version = "0.10.0" [dependencies.llm_models] version = "0.0.1" [dependencies.rayon] version = "1.10.0" [dependencies.readability] version = "0.3.0" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0.202" [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0.64" [dependencies.unicode-properties] version = "0.1.3" [dependencies.unicode-segmentation] version = "1.11.0" [dependencies.url] version = "2.5.2" [dev-dependencies.text-splitter] version = "0.14.0" features = ["tiktoken-rs"] [dev-dependencies.tiktoken-rs] version = "0.5.9"