alou 0.1.6

智能自动化工作流系统 - 基于Rust和Model Context Protocol (MCP)的智能体
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 = "2021"
name = "alou"
version = "0.1.6"
authors = ["liuyuanjie <2844169590@qq.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "智能自动化工作流系统 - 基于Rust和Model Context Protocol (MCP)的智能体"
documentation = "https://alou.fun"
readme = "README.md"
keywords = [
    "mcp",
    "client",
    "protocol",
    "ai",
    "agent",
]
categories = [
    "api-bindings",
    "development-tools",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/logos-42/alou-rust"

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

[[bin]]
name = "agent-cli"
path = "src/agent_cli.rs"

[[bin]]
name = "list_tools"
path = "src/bin/list_tools.rs"

[[bin]]
name = "quick_test"
path = "src/bin/quick_test.rs"

[[bin]]
name = "test_adapter"
path = "src/bin/test_adapter.rs"

[[bin]]
name = "test_create_directory"
path = "src/bin/test_create_directory.rs"

[[bin]]
name = "test_tools"
path = "src/bin/test_tools.rs"

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.bcrypt]
version = "0.15"

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

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

[dependencies.claude-agent-sdk]
version = "0.1.1"

[dependencies.dirs]
version = "5.0"

[dependencies.dotenv]
version = "0.15"

[dependencies.futures]
version = "0.3"

[dependencies.jsonwebtoken]
version = "9.2"

[dependencies.oauth2]
version = "4.4"

[dependencies.rand]
version = "0.8.5"

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

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

[dependencies.serde_json]
version = "^1.0.137"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-rustls",
    "postgres",
    "chrono",
    "uuid",
]

[dependencies.thiserror]
version = "2.0.9"

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

[dependencies.tracing]
version = "0.1"

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

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

[dependencies.warp]
version = "0.3"