semantic-sift-core 0.3.3

High-performance Rust core for context distillation (Studio of Two)
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 = "2024"
name = "semantic-sift-core"
version = "0.3.3"
authors = ["Luis Kobayashi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance Rust core for context distillation (Studio of Two)"
homepage = "https://meechi.me"
readme = "README.md"
keywords = [
    "ai",
    "llm",
    "context",
    "tauri",
    "nlp",
]
categories = [
    "development-tools",
    "science",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/luismichio/semantic-sift"

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

[[bin]]
name = "sift-core"
path = "src/main.rs"

[[test]]
name = "error_handling"
path = "tests/error_handling.rs"

[[bench]]
name = "sift_bench"
path = "benches/sift_bench.rs"
harness = false

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

[dependencies.ndarray]
version = "=0.16.1"

[dependencies.once_cell]
version = "1.19"

[dependencies.ort]
version = "=2.0.0-rc.10"
features = [
    "ndarray",
    "download-binaries",
]

[dependencies.regex]
version = "1.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokenizers]
version = "0.21"
features = ["onig"]
default-features = false

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.tempfile]
version = "3.10"