objectiveai 0.1.4

ObjectiveAI SDK, definitions, and utilities
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 = "objectiveai"
version = "0.1.4"
authors = ["ObjectiveAI <admin@objective-ai.io>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ObjectiveAI SDK, definitions, and utilities"
homepage = "https://objective-ai.io"
documentation = "https://docs.rs/objectiveai"
readme = "README.md"
keywords = [
    "llm",
    "ai",
    "ensemble",
]
license = "MIT"
repository = "https://github.com/ObjectiveAI/objectiveai"
resolver = "1"

[features]
default = ["http"]
http = [
    "dep:reqwest",
    "dep:reqwest-eventsource",
    "dep:eventsource-stream",
    "dep:futures",
    "dep:serde_path_to_error",
]

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

[dependencies.base62]
version = "2.2.1"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "=0.4.39"
features = ["serde"]

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

[dependencies.futures]
version = "0.3.31"
optional = true

[dependencies.indexmap]
version = "2.2.3"
features = ["serde"]

[dependencies.jmespath]
version = "0.4.0"

[dependencies.json-escape]
version = "0.3.1"

[dependencies.reqwest]
version = "0.12.15"
features = [
    "charset",
    "http2",
    "rustls-tls",
    "json",
]
optional = true
default-features = false

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

[dependencies.rust_decimal]
version = "1.39.0"
features = [
    "serde-float",
    "macros",
]

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

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

[dependencies.serde_path_to_error]
version = "0.1.17"
optional = true

[dependencies.thiserror]
version = "2.0.12"

[dependencies.twox-hash]
version = "2.1.1"
features = [
    "xxhash3_128",
    "alloc",
]
default-features = false

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

[target.'cfg(target_arch = "wasm32")'.dependencies.uuid]
version = "1.16.0"
features = [
    "v4",
    "serde",
    "js",
]