hippox 0.1.2

The most reliable AI agent.🦛
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 = "hippox"
version = "0.1.2"
authors = ["happyboy <superhappyboy1995@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The most reliable AI agent.🦛"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/0xhappyboy/hippox"

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

[dependencies.anyhow]
version = "1.0"

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

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

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

[dependencies.langhub]
version = "0.2.2"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.rust-i18n]
version = "4.0.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9"

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

[dependencies.toml]
version = "1.1.2"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.walkdir]
version = "2.5.0"

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