niblits 0.3.13

Token-aware, multi-format text chunking library with language-aware semantic splitting
# 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 = "2024"
name = "niblits"
version = "0.3.13"
authors = ["Slipstream Team"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Token-aware, multi-format text chunking library with language-aware semantic splitting"
homepage = "https://github.com/casualjim/niblits"
readme = "README.md"
keywords = [
    "text",
    "chunking",
    "parsing",
    "tokenization",
    "embeddings",
]
categories = [
    "text-processing",
    "parsing",
    "algorithms",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/casualjim/niblits"

[package.metadata.release]
sign-commit = false
tag = false
pre-release-commit-message = "Release {{version}} [ci skip]"

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

[dependencies.async-stream]
version = "0.3.6"

[dependencies.async-tempfile]
version = "0.7"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.blake3]
version = "1"

[dependencies.docx-rust]
version = "0.1"

[dependencies.eyre]
version = "0.6"

[dependencies.futures]
version = "0.3"

[dependencies.htmd]
version = "0.5.4"

[dependencies.icu_segmenter]
version = "2.2.0"

[dependencies.ignore]
version = "0.4"
features = ["simd-accel"]

[dependencies.infer]
version = "0.19.0"

[dependencies.palate]
version = "0.3.9"

[dependencies.poppler]
version = "0.6.0"

[dependencies.secrecy]
version = "0.10.3"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tempfile]
version = "3"

[dependencies.text-splitter]
version = "0.30.1"
features = [
    "code",
    "tiktoken-rs",
    "tokenizers",
    "markdown",
]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tiktoken-rs]
version = "0.11.0"

[dependencies.tokenizers]
version = "0.22.2"
features = [
    "esaxx_fast",
    "http",
    "onig",
]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tokio-util]
version = "0.7"
features = [
    "io",
    "io-util",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tree-sitter]
version = "0.26.8"

[dependencies.tree-sitter-language]
version = "0.1.7"

[dependencies.typed-builder]
version = "0.23.2"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "time",
    "fs",
]

[build-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[build-dependencies.serde_json]
version = "1.0.149"