beam-cli 0.4.0

CLI entrypoint for beam, a Rust runtime that connects Feishu/Lark threads to local AI coding CLIs
# 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-cli"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI entrypoint for beam, a Rust runtime that connects Feishu/Lark threads to local AI coding CLIs"
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"

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

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.beam-daemon]
version = "0.4.0"

[dependencies.beam-worker]
version = "0.4.0"

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

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

[dependencies.libc]
version = "0.2.177"

[dependencies.qrcode]
version = "0.14.1"
default-features = false

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

[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.tracing]
version = "0.1.41"

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

[dependencies.url]
version = "2.5.7"