# 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 = "llm_models" version = "0.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Load and Download LLM Models, Metadata, and Tokenizers" homepage = "https://github.com/shelbyJenkins/llm_client" readme = "README.md" license = "MIT" repository = "https://github.com/shelbyJenkins/llm_client" [lib] name = "llm_models" path = "src/lib.rs" [[example]] name = "model_hf" path = "examples/model_hf.rs" [[example]] name = "model_local" path = "examples/model_local.rs" [[example]] name = "model_presets" path = "examples/model_presets.rs" [[test]] name = "it" path = "tests/it/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.byteorder] version = "1.5.0" [dependencies.colorful] version = "0.3.2" [dependencies.dotenvy] version = "0.15.7" [dependencies.hf-hub] version = "0.3.2" [dependencies.indenter] version = "0.3.3" [dependencies.llm_prompt] version = "0.0.1" [dependencies.minijinja] version = "2.0.1" [dependencies.paste] version = "1.0.15" [dependencies.serde] version = "1.0.210" [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.64" [dependencies.tiktoken-rs] version = "0.5.9" [dependencies.tokenizers] version = "0.20.0"