# 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 = "localllm" version = "0.2.0" authors = ["hjiayz "] build = "build.rs" include = [ "/include/*", "/examples/main.rs", "build.rs", "/src", "/llama.cpp/**/*.c", "/llama.cpp/**/*.h", "/llama.cpp/**/*.hpp", "/llama.cpp/**/*.cpp", "/llama.cpp/ggml/src/**/*", "README.md", "MIT.txt", "APL.txt", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "qwen2 model lib by llama.cpp" readme = "README.md" categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/hjiayz/localllm" [lib] name = "localllm" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.cxx] version = "1.0" [dependencies.regex] version = "1.10" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [build-dependencies.cxx-build] version = "1.0"