blivedm-plugins 0.4.1

Plugin system for Bilibili live room danmaku (terminal display, TTS)
Documentation
[dependencies.base64]
version = "0.21"

[dependencies.client]
package = "blivedm-client"
version = "0.4.1"

[dependencies.log]
version = "0.4"

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

[dependencies.rodio]
version = "0.17"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["rt", "rt-multi-thread"]
version = "1.0"

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

[package]
authors = ["isomo <jiahaoxing2000@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia", "command-line-utilities"]
description = "Plugin system for Bilibili live room danmaku (terminal display, TTS)"
edition = "2024"
keywords = ["bilibili", "plugins", "tts", "danmaku"]
license = "MIT OR Apache-2.0"
name = "blivedm-plugins"
readme = "README.md"
repository = "https://github.com/jiahaoxiang2000/blivedm_rs"
version = "0.4.1"