hippox 0.3.0

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.3.0"
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.base64]
version = "0.22.1"

[dependencies.calamine]
version = "0.35.0"

[dependencies.chrono]
version = "0.4.44"

[dependencies.csv]
version = "1.4.0"

[dependencies.deadpool-postgres]
version = "0.14.1"

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

[dependencies.hex]
version = "0.4.3"

[dependencies.langhub]
version = "0.2.2"

[dependencies.lettre]
version = "0.11.22"
features = [
    "smtp-transport",
    "tokio1-native-tls",
    "builder",
]

[dependencies.once_cell]
version = "1.21.4"

[dependencies.quick-xml]
version = "0.40.1"
features = ["serialize"]

[dependencies.redis]
version = "1.2.1"

[dependencies.reqwest]
version = "0.13.3"

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

[dependencies.rust_xlsxwriter]
version = "0.95.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio-native-tls",
    "postgres",
    "mysql",
    "sqlite",
    "chrono",
    "json",
    "uuid",
]

[dependencies.suppaftp]
version = "8.0.3"

[dependencies.sysinfo]
version = "0.38.4"

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

[dependencies.toml]
version = "1.1.2"

[dependencies.tracing]
version = "0.1"

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

[dependencies.urlencoding]
version = "2.1"

[dependencies.walkdir]
version = "2.5.0"

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