adaptive-client-rust 0.14.0

A client for interacting with the Adaptive 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 = "2024"
name = "adaptive-client-rust"
version = "0.14.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A client for interacting with the Adaptive platform"
readme = false
license = "MIT OR Apache-2.0"
resolver = "2"

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

[dependencies.async-stream]
version = "0.3"

[dependencies.futures]
version = "0.3.29"
default-features = false

[dependencies.graphql_client]
version = "0.15.0"

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

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.thiserror]
version = "^2.0"

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

[dependencies.url]
version = "2.5"
features = ["serde"]

[dependencies.uuid]
version = "1.7"
features = [
    "v4",
    "v7",
    "serde",
]