[package]
edition = "2024"
name = "kovi"
version = "0.12.7"
authors = ["ThriceCola <thricecola@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A OneBot V11 bot plugin framework"
documentation = "https://thricecola.github.io/kovi-doc/"
readme = "README_Cargo.md"
keywords = [
"framework",
"kovi",
"onebot",
]
license = "MPL-2.0"
repository = "https://github.com/thricecola/Kovi"
[features]
cqstring = []
default = [
"logger",
"plugin-access-control",
"save_bot_status",
]
logger = ["env_logger"]
native-tls-vendored = ["tokio-tungstenite/native-tls-vendored"]
plugin-access-control = []
rustls-tls-native-roots = ["tokio-tungstenite/rustls-tls-native-roots"]
rustls-tls-webpki-roots = ["tokio-tungstenite/rustls-tls-webpki-roots"]
save_bot_admin = []
save_bot_status = [
"save_bot_admin",
"save_plugin_status",
]
save_plugin_status = []
[lib]
name = "kovi"
path = "src/lib.rs"
[dependencies.ahash]
version = "0.8"
[dependencies.chrono]
version = "0.4"
[dependencies.croner]
version = "2"
[dependencies.dialoguer]
version = "0.11"
features = ["fuzzy-select"]
[dependencies.env_logger]
version = "0.11"
features = [
"auto-color",
"color",
]
optional = true
default-features = false
[dependencies.futures-util]
version = "0.3"
[dependencies.http]
version = "1"
[dependencies.kovi-macros]
version = "0.5"
[dependencies.log]
version = "0.4"
[dependencies.parking_lot]
version = "0.12"
[dependencies.rand]
version = "0.9"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = [
"full",
"windows-sys",
]
[dependencies.tokio-tungstenite]
version = "0.26"
[dependencies.toml]
version = "0.8"
[dependencies.toml_edit]
version = "0.22"