# 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 = "langchain" version = "0.2.2" description = "Rust port of the ideas produced in langchain-py and langchain-js" license = "MIT" repository = "https://github.com/kvnvelasco/langchain-rs" [dependencies.async-trait] version = "0.1.68" [dependencies.eyre] version = "0.6.8" [dependencies.handlebars] version = "4.3.6" [dependencies.mustache] version = "0.9.0" [dependencies.reqwest] version = "0.11.16" features = ["json"] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40" [dependencies.tower] version = "0.4.13" features = ["buffer"] [dependencies.tower-layer] version = "0.3.2" [dependencies.tower-service] version = "0.3.2" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.mockito] version = "1.0.2" [dev-dependencies.tokio] version = "1.27.0" features = [ "macros", "rt-multi-thread", ]