# 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 = "smartgpt" version = "0.1.9" description = "A crate that provides LLMs with the ability to complete complex tasks using plugins." homepage = "https://smartgpt.dev" documentation = "https://corman.gitbook.io/smartgpt/" readme = "README.md" keywords = [ "llm", "agent", "autogpt", ] license = "MIT" repository = "https://github.com/Cormanz/smartgpt" [dependencies.anyhow] version = "1.0.71" [dependencies.async-openai] version = "0.10.2" [dependencies.async-recursion] version = "1.0.4" [dependencies.async-trait] version = "0.1.68" [dependencies.base64] version = "0.21.0" [dependencies.colored] version = "2.0.0" [dependencies.json5] version = "0.4.1" [dependencies.llm] version = "0.1.1" [dependencies.num-traits] version = "0.2.15" [dependencies.qdrant-client] version = "1.1.2" [dependencies.rand] version = "0.8.5" [dependencies.readability] version = "0.2.0" [dependencies.redis] version = "0.23.0" features = [ "tokio-comp", "json", ] [dependencies.regex] version = "1.7.3" [dependencies.reqwest] version = "0.11.16" [dependencies.rustpython-parser] version = "0.2.0" [dependencies.select] version = "0.6.0" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.serde_yaml] version = "0.9.21" [dependencies.textwrap] version = "0.16.0" [dependencies.tiktoken-rs] version = "0.4.1" features = ["async-openai"] [dependencies.tokenizers] version = "0.13.3" [dependencies.tokio] version = "1.27.0" features = [ "macros", "io-util", "rt", "rt-multi-thread", ] [dependencies.tonic] version = "0.9.2"