edgequake-sdk 0.3.0

Rust SDK for the EdgeQuake RAG platform
Documentation
# 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"
rust-version = "1.75"
name = "edgequake-sdk"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for the EdgeQuake RAG platform"
readme = "README.md"
keywords = [
    "rag",
    "knowledge-graph",
    "llm",
    "edgequake",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "Apache-2.0"
repository = "https://github.com/raphaelmansuy/edgequake"

[features]
default = ["stream"]
e2e = []
stream = ["dep:reqwest-eventsource"]

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

[[test]]
name = "e2e_tests"
path = "tests/e2e_tests.rs"

[[test]]
name = "error_path_tests"
path = "tests/error_path_tests.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.bytes]
version = "1"

[dependencies.futures-core]
version = "0.3"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
    "multipart",
    "rustls",
]
default-features = false

[dependencies.reqwest-eventsource]
version = "0.6"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["time"]

[dependencies.url]
version = "2"

[dependencies.urlencoding]
version = "2"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.wiremock]
version = "0.6"