llama-cpp-sys-2 0.1.157

Low Level Bindings to llama.cpp
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 = "2021"
name = "llama-cpp-sys-2"
version = "0.1.157"
build = "build.rs"
links = "llama"
include = [
    "README.md",
    "wrapper.h",
    "wrapper_common.h",
    "wrapper_common.cpp",
    "wrapper_utils.h",
    "wrapper_mtmd.h",
    "build.rs",
    "/src",
    "/llama.cpp/ggml",
    "/llama.cpp/include",
    "/llama.cpp/common",
    "/llama.cpp/src",
    "/llama.cpp/tools/mtmd/**/*.h",
    "/llama.cpp/tools/mtmd/**/*.cpp",
    "/llama.cpp/tools/mtmd/**/CMakeLists.txt",
    "/llama.cpp/vendor",
    "/llama.cpp/convert_hf_to_gguf.py",
    "/llama.cpp/pocs",
    "/llama.cpp/CMakeLists.txt",
    "/llama.cpp/cmake",
    "/llama.cpp/tools/CMakeLists.txt",
    "/llama.cpp/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low Level Bindings to llama.cpp"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/utilityai/llama-cpp-rs"

[features]
common = []
cuda = []
cuda-no-vmm = ["cuda"]
default = ["common"]
dynamic-backends = ["dynamic-link"]
dynamic-link = []
metal = []
mkl = []
mtmd = []
opencl = []
openmp = []
rocm = []
shared-stdcxx = []
static-openmp = ["openmp"]
static-stdcxx = []
system-ggml = []
system-ggml-static = ["system-ggml"]
vulkan = []

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

[dependencies]

[build-dependencies.bindgen]
version = "0.72.1"

[build-dependencies.cc]
version = "1.2.61"
features = ["parallel"]

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.find_cuda_helper]
version = "0.2.0"

[build-dependencies.glob]
version = "0.3.3"

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