# 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-weaver" version = "0.2.1" build = false exclude = [ "compose.yaml", ".idea", ".github", ".DS_Store", ".gitignore", ".rustfmt.toml", "assets/*", ] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Manage long conversations with any LLM" readme = "README.md" keywords = [ "llm", "framework", "chatbot", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/loreweaver-xyz/llm-weaver" [lib] name = "llm_weaver" path = "src/lib.rs" [dependencies.aquamarine] version = "0.3.2" [dependencies.async-openai] version = "0.24.0" [dependencies.async-trait] version = "0.1.73" [dependencies.bounded-integer] version = "0.5.7" features = [ "types", "num-traits02", ] [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.5.18" [dependencies.lazy_static] version = "1.5.0" [dependencies.num-traits] version = "0.2.17" [dependencies.num_cpus] version = "1.16.0" [dependencies.rocksdb] version = "0.22.0" features = ["multi-threaded-cf"] optional = true [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.8" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dev-dependencies.futures] version = "0.3" [dev-dependencies.uuid] version = "1.0" features = ["v4"] [features] rocksdb = ["dep:rocksdb"]