infrastructure_llama_cpp 0.0.1

llama.cpp bindings for Rust (originally: utilityai/llama-cpp-rs/infrastructure_llama_bindings)
# 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"
rust-version = "1.87"
name = "infrastructure_llama_cpp"
version = "0.0.1"
authors = ["EweStudios Consulting Limited"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "llama.cpp bindings for Rust (originally: utilityai/llama-cpp-rs/infrastructure_llama_bindings)"
readme = "README.md"
keywords = [
    "ewe_platform",
    "ewestudios-platform",
    "ewestudios_platform",
]
license = "Apache-2.0"
repository = "https://github.com/ewe-studios/ewe_platform"
resolver = "3"

[package.metadata.docs.rs]
features = ["sampler"]

[features]
android-shared-stdcxx = ["infrastructure_llama_bindings/shared-stdcxx"]
cuda = ["infrastructure_llama_bindings/cuda"]
cuda-no-vmm = [
    "cuda",
    "infrastructure_llama_bindings/cuda-no-vmm",
]
default = [
    "openmp",
    "android-shared-stdcxx",
]
dynamic-link = ["infrastructure_llama_bindings/dynamic-link"]
metal = ["infrastructure_llama_bindings/metal"]
mtmd = ["infrastructure_llama_bindings/mtmd"]
openmp = ["infrastructure_llama_bindings/openmp"]
sampler = []
system-ggml = ["infrastructure_llama_bindings/system-ggml"]
vulkan = ["infrastructure_llama_bindings/vulkan"]

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

[[example]]
name = "usage"
path = "examples/usage.rs"

[dependencies.enumflags2]
version = "0.7.12"

[dependencies.infrastructure_llama_bindings]
version = "0.0.1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-core]
version = "0.1"

[dev-dependencies.encoding_rs]
version = "0.8.35"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["json"]

[target.'cfg(all(target_os = "macos", any(target_arch = "aarch64", target_arch = "arm64")))'.dependencies.infrastructure_llama_bindings]
version = "0.0.1"
features = ["metal"]

[lints.clippy.pedantic]
level = "warn"
priority = 0

[lints.rust.missing_debug_implementations]
level = "allow"
priority = 0

[lints.rust.missing_docs]
level = "allow"
priority = 0