All checks were successful
renovate/stability-days Updates have met minimum release age requirement
36 lines
871 B
TOML
36 lines
871 B
TOML
[package]
|
|
name = "omikron"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
mtp = { git = "https://git.methanium.net/Methanium/mtp.git", features = [
|
|
"web-server",
|
|
"client",
|
|
"crypto",
|
|
"files",
|
|
"raw",
|
|
] }
|
|
mtp-transport = { git = "https://git.methanium.net/Methanium/mtp.git" }
|
|
|
|
ansi_term = "0.12.1"
|
|
uuid = { version = "1.24.0", features = ["v4"] }
|
|
base64 = "0.23.0"
|
|
dashmap = "6.2.1"
|
|
once_cell = "1.21.4"
|
|
rand = "0.10.2"
|
|
rustls = { version = "0.23.42", default-features = false, features = [
|
|
"std",
|
|
"tls12",
|
|
"aws-lc-rs",
|
|
"prefer-post-quantum",
|
|
] }
|
|
tokio = { version = "1.53.0", features = ["full"] }
|
|
log = "0.4"
|
|
dotenv = "0.15.0"
|
|
strum_macros = "0.28.0"
|
|
livekit-api = { version = "0.5.6", features = ["rustls-tls-native-roots"] }
|
|
livekit-protocol = "=0.7.10"
|
|
thiserror = "2.0.19"
|
|
trust-dns-resolver = "0.23.2"
|
|
serde_json = "1.0.151"
|