# 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 = "loreweaver" version = "0.2.1" exclude = [ "compose.yaml", ".idea", ".github", ".DS_Store", ".gitignore", ".rustfmt.toml", ] publish = true description = "Managing long conversations with ChatGPT" readme = "README.md" keywords = [ "chatbot", "gpt", "openai", "chatgpt", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/snowmead/loreweaver" [dependencies.async-openai] version = "0.14.3" [dependencies.async-trait] version = "0.1.73" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.3.24" features = ["derive"] [dependencies.google-cloud-storage] version = "0.14.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.redis] version = "0.23.3" features = [ "tokio-comp", "tokio-rustls-comp", "json", ] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.thiserror] version = "1.0.49" [dependencies.tiktoken-rs] version = "0.5.1" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tracing] version = "0.1.37"