# 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 = "kai-rs" version = "0.1.0" authors = ["Connor McCarroll "] description = "A Rust library for using large language models via KoboldAI" readme = "README.md" keywords = [ "ai", "machine-learning", "koboldai", "llm", "chatgpt", ] categories = ["api-bindings"] license = "LGPL-3.0-only" repository = "https://github.com/Pyroglyph/kai-rs/" [dependencies.anyhow] version = "1.0.70" [dependencies.reqwest] version = "0.11.16" features = ["json"] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.0" features = [ "rt-multi-thread", "macros", ] [badges.maintenance] status = "experimental"