# 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 = "archiver" version = "0.3.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RAG implementation with langchain-rust" readme = "README.md" keywords = [ "langchain", "llm", "RAG", "surrealdb", ] categories = [ "command-line-utilities", "LLM", "Langchain", ] license = "Apache-2.0" license-file = "LICENSE.txt" repository = "https://github.com/lukemilby/archiver" [[bin]] name = "archiver" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-recursion] version = "1.1.1" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.color-print] version = "0.3.6" [dependencies.futures-util] version = "0.3.30" [dependencies.langchain-rust] version = "4.2.0" features = [ "ollama", "ollama-rs", "qdrant", "qdrant-client", "surrealdb", ] [dependencies.ollama-rs] version = "0.2.0" features = ["stream"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.surrealdb] version = "1.5.3" features = ["kv-mem"] [dependencies.tokio] version = "1.38.0" features = ["full"]