# 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-cli" version = "0.1.1" description = "A CLI for running inference on supported Large Language Models. Powered by the `llm` library." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rustformers/llm" [[bin]] name = "llm" path = "src/main.rs" [dependencies.bincode] version = "1.3.3" [dependencies.bytesize] version = "1.1" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" default-features = false [dependencies.env_logger] version = "0.10.0" [dependencies.llm] version = "0.1.1" [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1.15.0" [dependencies.rand] version = "0.8.5" [dependencies.rustyline] version = "11.0.0" features = ["derive"] [dependencies.spinoff] version = "0.7.0" features = ["dots2"] default-features = false [dependencies.zstd] version = "0.12" default-features = false