chimera-core 0.2.0

Shared traits, types, and transport for the chimera AI agent SDK
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 = "chimera-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared traits, types, and transport for the chimera AI agent SDK"
readme = false
keywords = [
    "llm",
    "ai",
    "agent",
    "async",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/ooojustin/chimera"

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

[dependencies.bon]
version = "3"

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

[dependencies.pin-project-lite]
version = "0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "process",
    "io-util",
    "sync",
    "time",
    "macros",
]

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "process",
    "io-util",
    "sync",
    "time",
    "macros",
    "rt-multi-thread",
    "macros",
]