blazen-embed 0.6.7

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.6.7"
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"

[features]
embed-fastembed = ["dep:blazen-embed-fastembed"]
embed-tract = ["dep:blazen-embed-tract"]

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

[dependencies.blazen-embed-fastembed]
version = "0.6.7"
optional = true

[dependencies.blazen-embed-tract]
version = "0.6.7"
optional = true

[target.'cfg(all(not(target_family = "wasm"), not(target_env = "musl"), any(all(target_arch = "x86_64", target_os = "linux"), all(target_arch = "x86_64", target_os = "windows"), all(target_arch = "aarch64", target_os = "macos"))))'.dependencies.blazen-embed-fastembed]
version = "0.6.7"

[target.'cfg(any(target_family = "wasm", target_env = "musl", all(target_arch = "aarch64", target_os = "linux"), all(target_arch = "aarch64", target_os = "windows"), all(target_arch = "x86_64", target_os = "macos")))'.dependencies.blazen-embed-tract]
version = "0.6.7"

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

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