beam-daemon 0.2.0

Daemon process for beam that receives Feishu/Lark events and manages coding sessions
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.95"
name = "beam-daemon"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Daemon process for beam that receives Feishu/Lark events and manages coding sessions"
homepage = "https://github.com/linuxhenhao/beam"
documentation = "https://github.com/linuxhenhao/beam"
readme = "README.en.md"
keywords = [
    "lark",
    "feishu",
    "cli",
    "agent",
    "automation",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/linuxhenhao/beam"
resolver = "2"

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

[[bin]]
name = "beam-daemon"
path = "src/main.rs"

[dependencies.aes-gcm]
version = "0.10.3"
features = ["aes"]

[dependencies.anyhow]
version = "1.0.100"

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.beam-core]
version = "0.2.0"

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

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

[dependencies.feishu-sdk]
version = "0.1.2"
features = ["websocket"]

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

[dependencies.hmac]
version = "0.12.1"

[dependencies.libc]
version = "0.2.177"

[dependencies.reqwest]
version = "0.12.24"
features = [
    "http2",
    "json",
    "multipart",
    "rustls-tls",
]
default-features = false

[dependencies.rustls]
version = "0.23.40"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tokio]
version = "1.48.0"
features = [
    "fs",
    "io-std",
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[dependencies.tokio-tungstenite]
version = "0.28.0"

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

[dependencies.toml]
version = "0.9.8"

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

[dependencies.tracing]
version = "0.1.41"

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

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