mirror of
https://github.com/mii443/ncb-tts-r2.git
synced 2025-08-22 16:15:29 +00:00
64 lines
1.4 KiB
TOML
64 lines
1.4 KiB
TOML
[package]
|
|
name = "ncb-tts-r2"
|
|
version = "1.10.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde_json = "1.0"
|
|
serde = "1.0"
|
|
toml = "0.8.19"
|
|
gcp_auth = "0.12.3"
|
|
reqwest = { version = "0.12.9", features = ["json"] }
|
|
base64 = "0.22.1"
|
|
async-trait = "0.1.57"
|
|
redis = "0.29.2"
|
|
regex = "1"
|
|
tracing-subscriber = "0.3.19"
|
|
lru = "0.13.0"
|
|
tracing = "0.1.41"
|
|
opentelemetry_sdk = { version = "0.29.0", features = ["trace"] }
|
|
opentelemetry = "0.29.1"
|
|
opentelemetry-semantic-conventions = "0.29.0"
|
|
opentelemetry-otlp = { version = "0.29.0", features = ["grpc-tonic"] }
|
|
opentelemetry-stdout = "0.29.0"
|
|
tracing-opentelemetry = "0.30.0"
|
|
symphonia-core = "0.5.4"
|
|
tokio-util = { version = "0.7.14", features = ["compat"] }
|
|
futures = "0.3.31"
|
|
bytes = "1.10.1"
|
|
voicevox-client = { git = "https://github.com/mii443/rust" }
|
|
|
|
[dependencies.uuid]
|
|
version = "1.11.0"
|
|
features = ["serde", "v4"]
|
|
|
|
[dependencies.songbird]
|
|
version = "0.5"
|
|
features = ["builtin-queue"]
|
|
|
|
[dependencies.symphonia]
|
|
version = "0.5"
|
|
features = ["mp3"]
|
|
|
|
[dependencies.serenity]
|
|
version = "0.12"
|
|
features = [
|
|
"builder",
|
|
"cache",
|
|
"client",
|
|
"gateway",
|
|
"model",
|
|
"utils",
|
|
"unstable_discord_api",
|
|
"collector",
|
|
"rustls_backend",
|
|
"framework",
|
|
"voice",
|
|
]
|
|
|
|
[dependencies.tokio]
|
|
version = "1.0"
|
|
features = ["macros", "rt-multi-thread"]
|