openheim 0.1.0

A fast, multi-provider LLM agent runtime written in Rust
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.85"
name = "openheim"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, multi-provider LLM agent runtime written in Rust"
homepage = "https://openheim.io"
documentation = "https://docs.rs/openheim"
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "ai",
    "mcp",
    "async",
]
categories = [
    "command-line-utilities",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/weirdstuff-dev/openheim"

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

[[bin]]
name = "openheim"
path = "src/main.rs"

[dependencies.agent-client-protocol]
version = "0.11.1"

[dependencies.agent-client-protocol-tokio]
version = "0.11.1"

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

[dependencies.axum]
version = "0.8"
features = ["ws"]

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

[dependencies.clap]
version = "4.5.54"
features = ["derive"]

[dependencies.colored]
version = "2"

[dependencies.dirs]
version = "6.0"

[dependencies.futures]
version = "0.3"

[dependencies.notify]
version = "6.1"

[dependencies.once_cell]
version = "1.19"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.rmcp]
version = "1.6.0"
features = [
    "client",
    "transport-child-process",
    "transport-streamable-http-client-reqwest",
]
default-features = false

[dependencies.rustyline]
version = "14"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-util]
version = "0.7"
features = ["compat"]

[dependencies.toml]
version = "0.8"

[dependencies.tower-http]
version = "0.6"
features = ["cors"]

[dependencies.tracing]
version = "0.1"

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

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

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.tempfile]
version = "3"