[package] name = "llm-chain-llama-sys" description = "A library with bindings based on bindgen for LLaMA.cpp" version = "0.13.0" edition = "2021" license = "MIT" keywords = ["llm", "langchain", "llama", "chain"] categories = ["science"] authors = [ "Emil Juzovitski ", ] repository = "https://github.com/sobelio/llm-chain/" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [build-dependencies] bindgen = "0.66" [features] cuda = []