synth-ai 0.9.1

Rust SDK for Synth AI - serverless post-training APIs
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"
name = "synth-ai"
version = "0.9.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for Synth AI - serverless post-training APIs"
homepage = "https://usesynth.ai"
documentation = "https://docs.rs/synth-ai"
readme = "README.md"
keywords = [
    "ai",
    "llm",
    "prompt-optimization",
    "machine-learning",
    "sdk",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/synth-laboratories/synth-ai"

[features]
default = ["libsql"]
libsql = ["synth-ai-core/libsql"]

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

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

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

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.synth-ai-core]
version = "0.3.0"
default-features = false

[dependencies.synth_ai_core_types]
version = "0.2.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.37"
features = [
    "rt",
    "macros",
]