# 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-rs" version = "0.1.1" authors = ["Worik Stanton root@worik.org"] description = "A library, with a command line interface, to exploit Large Language Models" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/worikgh/llm-rs/" [lib] name = "llm_rs" path = "src/lib.rs" [[bin]] name = "cli" path = "src/bin/cli.rs" [dependencies.base64] version = "0.13" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.curl] version = "0.4.44" [dependencies.directories] version = "5.0.1" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.10" default-features = false [dependencies.fs2] version = "0.4.3" [dependencies.image] version = "0.24.6" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.8.1" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", "multipart", ] [dependencies.rustyline] version = ">10.1.1" features = [ "custom-bindings", "derive", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.5.0" [dependencies.webbrowser] version = "0.5"