Files
beStream/src-tauri/Cargo.toml
2025-12-19 13:48:48 +01:00

42 lines
971 B
TOML

[package]
name = "app"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
license = ""
repository = ""
edition = "2021"
rust-version = "1.77.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "app_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.5.3", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
log = "0.4"
tauri = { version = "2.9.5", features = [] }
tauri-plugin-log = "2"
librqbit = "8.1.1"
actix-web = "4.12.1"
actix-cors = "0.7.1"
tokio = { version = "1.48.0", features = ["full"] }
tauri-plugin-shell = "2.3.3"
base64 = "0.22.1"
urlencoding = "2.1"
uuid = { version = "1.10", features = ["v4"] }
actix-web-actors = "4.2"
actix = "0.13"
mime = "0.3"
mime_guess = "2.0"
tokio-util = { version = "0.7", features = ["codec", "io"] }
futures = "0.3"
actix-rt = "2.10"
bytes = "1.7"