objectiveai-cli-sdk 2.0.5

Library surface for objectiveai-cli: structured JSON Lines output types.
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-cli-sdk"
version = "2.0.5"
authors = ["ObjectiveAI <admin@objectiveai.dev>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library surface for objectiveai-cli: structured JSON Lines output types."
homepage = "https://objectiveai.dev"
documentation = "https://docs.rs/objectiveai-cli-sdk"
readme = "README.md"
keywords = [
    "llm",
    "ai",
    "swarm",
    "cli",
]
license = "MIT"
repository = "https://github.com/ObjectiveAI/objectiveai"

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

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

[dependencies.objectiveai-sdk]
version = "2.0.5"
features = ["filesystem"]
default-features = false

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

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

[dependencies.tokio]
version = "1.50.0"
features = [
    "process",
    "sync",
    "io-util",
]

[dev-dependencies.tokio]
version = "1.50.0"
features = [
    "macros",
    "rt",
]