deepseek_rs 0.1.4

A Rust client library for the DeepSeek API
Documentation
[dependencies.chrono]
features = ["serde", "clock"]
version = "0.4.35"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.dotenvy_macro]
version = "0.15.7"

[dependencies.futures]
version = "0.3.30"

[dependencies.reqwest]
features = ["json", "cookies", "rustls-tls", "multipart"]
version = "0.12.9"

[dependencies.serde]
features = ["derive"]
version = "1.0.209"

[dependencies.serde_json]
features = ["raw_value"]
version = "1.0.127"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.tokio]
features = ["full"]
version = "1.39.3"

[[example]]
name = "chat_completion"
path = "examples/chat_completion.rs"

[lib]
name = "deepseek_rs"
path = "src/lib.rs"

[package]
authors = ["Chloe Pratas <chloevision97@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous"]
description = "A Rust client library for the DeepSeek API"
edition = "2021"
keywords = ["deepseek", "ai", "api-client"]
license = "MIT"
name = "deepseek_rs"
readme = "README.md"
repository = "https://github.com/Chloe199719/deepseek_rs"
version = "0.1.4"