[dependencies.reqwest]
features = ["json", "multipart"]
version = "0.12.24"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.serde_with]
default-features = false
features = ["base64", "std", "macros"]
version = "3.15.1"
[dependencies.typed-builder]
version = "0.22.0"
[dependencies.url]
version = "2.5.7"
[dependencies.uuid]
features = ["serde"]
version = "1.19.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.47.1"
[features]
default = ["rustls-tls"]
native-tls = ["reqwest/native-tls"]
rustls-tls = ["reqwest/rustls-tls"]
[lib]
name = "langgraph_api"
path = "src/lib.rs"
[package]
authors = ["Rui Zhang <zr@nurok.ai>", "Jian Fang <fj@nurok.ai>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Rust Client API of LangGraph"
documentation = "https://docs.langchain.com"
edition = "2024"
homepage = "https://github.com/nurokhq/langgraph-api-rust"
keywords = ["api", "client", "langchain", "langgraph"]
license = "MIT"
name = "langgraph-api"
readme = "README.md"
repository = "https://github.com/nurokhq/langgraph-api-rust"
version = "0.1.1"
[[test]]
name = "api_test"
path = "tests/api_test.rs"
[[test]]
name = "models_test"
path = "tests/models_test.rs"