walrus-core 0.0.5

Core types and traits for the Walrus agent runtime
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 = "walrus-core"
version = "0.0.5"
authors = ["clearloop <tianyi.gc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and traits for the Walrus agent runtime"
documentation = "https://docs.rs/walrus-core"
readme = "README.md"
keywords = [
    "llm",
    "agent",
    "ai",
]
license = "GPL-3.0"
repository = "https://github.com/openwalrus/walrus"

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

[dependencies.anyhow]
version = "1"

[dependencies.async-stream]
version = "0.3"

[dependencies.compact_str]
version = "0.8"
features = ["serde"]

[dependencies.dirs]
version = "6"

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

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

[dependencies.heck]
version = "0.5"

[dependencies.schemars]
version = "1.1.0"

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

[dependencies.serde_json]
version = "1"

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

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

[dependencies.tracing]
version = "0.1"