# 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 = "limo" version = "3.1.0" description = "Interactive shell for Project Lighthouse model servers" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/ProjectLighthouseCAU/limo" [dependencies.anyhow] version = "1.0.81" [dependencies.async-recursion] version = "1.1.0" [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.colored] version = "2.1.0" [dependencies.crossterm] version = "0.27.0" features = ["event-stream"] [dependencies.dotenvy] version = "0.15" [dependencies.futures] version = "0.3.30" [dependencies.lighthouse-client] version = "3.4.0" [dependencies.multipeek] version = "0.1.2" [dependencies.ratatui] version = "0.27.0" [dependencies.ref-cast] version = "1.0" [dependencies.rustyline] version = "14.0" [dependencies.serde_json] version = "1.0.114" [dependencies.tokio] version = "1.36.0" features = [ "macros", "rt-multi-thread", "time", "fs", ] [dependencies.url] version = "2.5.0"