[package] name = "jellything" version = "0.1.1" edition = "2021" [dependencies] jellycommon = { path = "../common", features = ["rocket"] } jellybase = { path = "../base" } jellystream = { path = "../stream" } jellytranscoder = { path = "../transcoder" } jellyimport = { path = "../import" } serde = { version = "1.0.217", features = ["derive"] } bincode = { version = "2.0.0-rc.3", features = ["serde", "derive"] } serde_json = "1.0.138" log = { workspace = true } anyhow = { workspace = true } env_logger = "0.11.6" rand = "0.9.0" base64 = "0.22.1" chrono = { version = "0.4.39", features = ["serde"] } vte = "0.14.1" chashmap = "2.2.2" humansize = "2.1.3" argon2 = "0.5.3" aes-gcm-siv = "0.11.1" async-recursion = "1.1.1" futures = "0.3.31" tokio = { workspace = true } tokio-util = { version = "0.7.13", features = ["io", "io-util"] } markup = "0.15.0" rocket = { workspace = true, features = ["secrets", "json"] } rocket_ws = { workspace = true } [build-dependencies] glob = "0.3.2" [features] bypass-auth = [] hot-css = []