-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCargo.toml
35 lines (32 loc) · 1012 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[package]
name = "tgbot-app"
version = "0.2.14"
edition = "2021"
authors = ["HZzz2", "Leslie", "hzzz2yb@gmail.com"]
repository = "https://github.com/HZzz2/tgbot-app"
description = "Telegram Bot助手"
keywords = ["Telegram", "bot", "assistant","telegram","TGBot"]
# default-run = "tgbot-app"
[dependencies]
# Telegram Bot API
ferrisgram = "0.2.1"
# log
tklog = "0.2.7"
serde_derive = "1.0.215"
serde_json = "1.0.133"
serde = { version = "1.0.214", features = ["derive"] }
toml = "0.8.19"
# anyhow = "1.0.86"
anyhow = { version = "1.0.94", default-features = false }
once_cell = "1.20.2"
reqwest = { version = "0.12.9", default-features = false, features = ["json", "rustls-tls", "socks"] }
tokio = { version = "1.42.0", features = ["full"] }
# rusty_ytdl = "0.7.4" # 目前无法下载油管
# ssh brute
async-ssh2-tokio = "0.8.12"
async-channel = "2.3.1"
# email send
resend-rs = "0.9.2"
# [profile.release]
# lto = true # 2024年7月27日 release size 24MB -> 19MB
# panic = "abort" # size 19MB -> 16MB