molo-core 0.4.0

Core protocol types and traits for molo
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"
rust-version = "1.88"
name = "molo-core"
version = "0.4.0"
authors = ["silwings"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core protocol types and traits for molo"
homepage = "https://github.com/Silwings-git/molo"
documentation = "https://docs.rs/molo-core"
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "ai",
    "framework",
]
categories = ["artificial-intelligence"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Silwings-git/molo.git"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
tracing = ["dep:tracing"]

[lib]
name = "molo_core"
path = "src/lib.rs"
doctest = false

[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "sync",
    "time",
]
default-features = false

[dependencies.tokio-util]
version = "0.7.19"

[dependencies.tracing]
version = "0.1"
optional = true

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]
default-features = false