allsource-prime-models 0.1.0

Vendored all-MiniLM-L6-v2 ONNX weights for AllSource Prime — fetched once at build time, embedded in the binary so Prime's embedder works fully offline at runtime.
# 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 = "allsource-prime-models"
version = "0.1.0"
build = "build.rs"
exclude = [
    "*.onnx",
    "models/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vendored all-MiniLM-L6-v2 ONNX weights for AllSource Prime — fetched once at build time, embedded in the binary so Prime's embedder works fully offline at runtime."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/all-source-os/all-source"

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

[build-dependencies.ureq]
version = "2"