ai-transform-runtime 0.1.0

Runtime library for AI-powered data transformations using OpenAI
Documentation
[dependencies.bytes]
version = "1.10.1"

[dependencies.eventsource-stream]
version = "0.2.3"

[dependencies.futures]
version = "0.3.31"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.12.18"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

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

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
features = ["env-filter", "fmt"]
version = "0.3.19"

[dev-dependencies.tokio-test]
version = "0.4.4"

[dev-dependencies.tracing-test]
version = "0.2.5"

[features]
default = []

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

[package]
authors = ["Kaloyan Aleksiev <me@kallyaleksiev.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "data-structures", "asynchronous"]
description = "Runtime library for AI-powered data transformations using OpenAI"
documentation = "https://docs.rs/ai-transform-runtime"
edition = "2021"
homepage = "https://github.com/kallyaleksiev/ai-transform"
keywords = ["ai", "openai", "transform", "json", "async"]
license = "MIT"
name = "ai-transform-runtime"
readme = "README.md"
repository = "https://github.com/kallyaleksiev/ai-transform"
rust-version = "1.86.0"
version = "0.1.0"