# 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 = "simple_llama" version = "0.1.3-b" authors = ["csh <458761603@qq.com>"] description = "A crate for run llama.cpp in Rust. based on llama-cpp-2" readme = "README.md" license = "MIT" repository = "https://github.com/L-jasmine/simple_llama" [dependencies.anyhow] version = "1" [dependencies.encoding_rs] version = "0.8.34" [dependencies.llama-cpp-2] version = "0.1.62" features = ["dynamic_link"] [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.clap] version = "4.5.7" features = ["derive"] [dev-dependencies.mlua] version = "0.9.9" features = [ "lua54", "vendored", ] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.toml] version = "0.8.14"