ctx-semantic 0.2.5

Semantic ranking helpers for CTX retrieval
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 = "ctx-semantic"
version = "0.2.5"
authors = ["CTX contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic ranking helpers for CTX retrieval"
homepage = "https://github.com/Alegau03/CTX"
readme = false
license = "MIT"
repository = "https://github.com/Alegau03/CTX"
resolver = "2"

[features]
default = []
onnx = ["dep:tract-onnx"]

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

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

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

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

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

[dependencies.thiserror]
version = "2.0"

[dependencies.tract-onnx]
version = "0.22"
optional = true

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