blazen-embed 0.5.3

Embedding backend facade for Blazen: picks fastembed (ORT) or tract (pure Rust) per target
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"
rust-version = "1.91"
name = "blazen-embed"
version = "0.5.3"
authors = ["Zach Handley <zachhandley@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedding backend facade for Blazen: picks fastembed (ORT) or tract (pure Rust) per target"
readme = false
license = "MPL-2.0"
repository = "https://github.com/ZachHandley/Blazen"
resolver = "2"

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

[target.'cfg(any(target_env = "musl", all(target_os = "macos", target_arch = "x86_64")))'.dependencies.blazen-embed-tract]
version = "0.5.3"

[target.'cfg(not(any(target_env = "musl", all(target_os = "macos", target_arch = "x86_64"))))'.dependencies.blazen-embed-fastembed]
version = "0.5.3"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
dead_code = "warn"
unsafe_code = "warn"