# 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-4" version = "0.1.85" build = "build.rs" links = "llama" include = [ "wrapper.h", "build.rs", "/src", "/llama.cpp/common/*.h", "/llama.cpp/common/*.hpp", "/llama.cpp/common/*.cpp", "/llama.cpp/ggml/include/*.h", "/llama.cpp/ggml/src/*.h", "/llama.cpp/ggml/src/*.c", "/llama.cpp/ggml/src/*.cpp", "/llama.cpp/src/*.h", "/llama.cpp/src/*.cpp", "/llama.cpp/convert_hf_to_gguf.py", "/llama.cpp/common/build-info.cpp.in", "/llama.cpp/ggml/src/ggml-cuda.cu", "/llama.cpp/ggml/src/ggml-metal.m", "/llama.cpp/ggml/src/ggml-metal.metal", "/llama.cpp/include/llama.h", "/llama.cpp/ggml/src/ggml-cuda/**/*", "/llama.cpp/ggml/src/vulkan-shaders/**/*", "/llama.cpp/ggml/src/llamafile/sgemm.h", "/llama.cpp/ggml/src/llamafile/sgemm.cpp", "/llama.cpp/pocs", "/llama.cpp/CMakeLists.txt", "/llama.cpp/common/CMakeLists.txt", "/llama.cpp/ggml/CMakeLists.txt", "/llama.cpp/ggml/src/CMakeLists.txt", "/llama.cpp/ggml/src/vulkan-shaders/CMakeLists.txt", "/llama.cpp/src/CMakeLists.txt", "/llama.cpp/cmake", "/llama.cpp/ggml/cmake", "/llama.cpp/common/cmake", ] 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/eugenehp/llama-cpp-rs/tree/v4" [lib] name = "llama_cpp_sys_4" path = "src/lib.rs" [dependencies] [build-dependencies.bindgen] version = "0.70.1" [build-dependencies.cc] version = "1.1.37" features = ["parallel"] [build-dependencies.cmake] version = "0.1" [build-dependencies.glob] version = "0.3.1" [features] cuda = [] dynamic-link = [] metal = [] native = [] openmp = [] vulkan = []