173 lines
2.9 KiB
TOML
173 lines
2.9 KiB
TOML
# 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"
|
|
name = "blivedm"
|
|
version = "0.5.6"
|
|
authors = ["isomo <jiahaoxing2000@gmail.com>"]
|
|
build = false
|
|
publish = true
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Bilibili live room danmaku WebSocket client with TTS and plugin support"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"bilibili",
|
|
"danmaku",
|
|
"live",
|
|
"websocket",
|
|
"tts",
|
|
]
|
|
categories = [
|
|
"command-line-utilities",
|
|
"network-programming",
|
|
]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/isomoes/blivedm_rs"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = [
|
|
"--cfg",
|
|
"docsrs",
|
|
]
|
|
|
|
[features]
|
|
browser_cookies = [
|
|
"dep:sqlite",
|
|
"dep:directories",
|
|
"dep:chrono",
|
|
]
|
|
default = ["browser_cookies"]
|
|
|
|
[lib]
|
|
name = "blivedm"
|
|
path = "src/lib.rs"
|
|
|
|
[[bin]]
|
|
name = "blivedm"
|
|
path = "src/main.rs"
|
|
|
|
[[example]]
|
|
name = "integration_bili_live_client"
|
|
path = "examples/integration_bili_live_client.rs"
|
|
|
|
[[example]]
|
|
name = "simple_client"
|
|
path = "examples/simple_client.rs"
|
|
|
|
[[example]]
|
|
name = "tts_example"
|
|
path = "examples/tts_example.rs"
|
|
|
|
[dependencies.arboard]
|
|
version = "3.4"
|
|
features = ["wayland-data-control"]
|
|
|
|
[dependencies.base64]
|
|
version = "0.21"
|
|
|
|
[dependencies.brotlic]
|
|
version = "0.8.1"
|
|
|
|
[dependencies.chrono]
|
|
version = "0.4"
|
|
optional = true
|
|
|
|
[dependencies.clap]
|
|
version = "4.0"
|
|
features = ["derive"]
|
|
|
|
[dependencies.clap_complete]
|
|
version = "4.0"
|
|
|
|
[dependencies.crossterm]
|
|
version = "0.28"
|
|
|
|
[dependencies.directories]
|
|
version = "5.0"
|
|
optional = true
|
|
|
|
[dependencies.dirs]
|
|
version = "5.0"
|
|
|
|
[dependencies.env_logger]
|
|
version = "0.11.8"
|
|
|
|
[dependencies.futures]
|
|
version = "0.3"
|
|
|
|
[dependencies.futures-channel]
|
|
version = "0.3.28"
|
|
|
|
[dependencies.http]
|
|
version = "0.2.11"
|
|
|
|
[dependencies.log]
|
|
version = "0.4"
|
|
|
|
[dependencies.md5]
|
|
version = "0.7"
|
|
|
|
[dependencies.native-tls]
|
|
version = "0.2.0"
|
|
|
|
[dependencies.ratatui]
|
|
version = "0.29"
|
|
|
|
[dependencies.reqwest]
|
|
version = "0.11.17"
|
|
features = [
|
|
"blocking",
|
|
"cookies",
|
|
"rustls-tls",
|
|
"json",
|
|
"stream",
|
|
]
|
|
default-features = false
|
|
|
|
[dependencies.rodio]
|
|
version = "0.17"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
features = ["derive"]
|
|
|
|
[dependencies.serde_json]
|
|
version = "1.0"
|
|
|
|
[dependencies.sqlite]
|
|
version = "0.36"
|
|
optional = true
|
|
|
|
[dependencies.tokio]
|
|
version = "1"
|
|
features = [
|
|
"rt-multi-thread",
|
|
"macros",
|
|
]
|
|
|
|
[dependencies.toml]
|
|
version = "0.8"
|
|
|
|
[dependencies.tungstenite]
|
|
version = "0.20.1"
|
|
|
|
[dependencies.unicode-width]
|
|
version = "0.2.0"
|
|
|
|
[dependencies.url]
|
|
version = "2.3.1"
|