ik-llama-cpp-sys 0.1.3

Low level bindings to ik_llama.cpp (ikawrakow's SOTA-quant fork)
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 = "ik-llama-cpp-sys"
version = "0.1.3"
build = "build.rs"
links = "ik_llama"
include = [
    "/build.rs",
    "/README.md",
    "/wrapper.h",
    "/wrapper_common.h",
    "/wrapper_common.cpp",
    "/wrapper_grammar.h",
    "/wrapper_grammar.cpp",
    "/wrapper_mtmd.h",
    "/wrapper_utils.h",
    "/src",
    "/ik_llama.cpp/CMakeLists.txt",
    "/ik_llama.cpp/cmake/**/*",
    "/ik_llama.cpp/convert_hf_to_gguf.py",
    "/ik_llama.cpp/**/*.cmake",
    "/ik_llama.cpp/**/*.in",
    "/ik_llama.cpp/include/*.h",
    "/ik_llama.cpp/ggml/CMakeLists.txt",
    "/ik_llama.cpp/ggml/cmake/**/*",
    "/ik_llama.cpp/ggml/include/*.h",
    "/ik_llama.cpp/ggml/src/**/*",
    "/ik_llama.cpp/src/CMakeLists.txt",
    "/ik_llama.cpp/src/**/*.h",
    "/ik_llama.cpp/src/**/*.hpp",
    "/ik_llama.cpp/src/**/*.c",
    "/ik_llama.cpp/src/**/*.cpp",
    "/ik_llama.cpp/common/CMakeLists.txt",
    "/ik_llama.cpp/common/**/*.h",
    "/ik_llama.cpp/common/**/*.hpp",
    "/ik_llama.cpp/common/**/*.cpp",
    "/ik_llama.cpp/common/*.in",
    "/ik_llama.cpp/vendor/**/*",
    "/ik_llama.cpp/examples/mtmd/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low level bindings to ik_llama.cpp (ikawrakow's SOTA-quant fork)"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/replikeit/ik-llama-cpp-rs"

[package.metadata.docs.rs]
features = ["common"]
no-default-features = false

[features]
common = []
cuda = []
cuda-no-vmm = ["cuda"]
default = []
dynamic-link = []
metal = []
mtmd = []
native = []
openmp = []
shared-stdcxx = []
static-openmp = ["openmp"]
static-stdcxx = []
vulkan = []

[lib]
name = "ik_llama_cpp_sys"
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.walkdir]
version = "2"