[package] name = "jellything" version = "0.1.1" edition = "2024" [dependencies] jellycommon = { path = "../common" } jellystream = { path = "../stream" } jellytranscoder = { path = "../transcoder" } jellyimport = { path = "../import" } jellycache = { path = "../cache" } jellyui = { path = "../ui" } anyhow = { workspace = true } async-recursion = "1.1.1" base64 = "0.22.1" bincode = { version = "2.0.1", features = ["serde", "derive"] } chashmap = "2.2.2" chrono = { version = "0.4.42", features = ["serde"] } env_logger = "0.11.8" futures = "0.3.31" log = { workspace = true } rand = "0.9.2" rocket = { version = "0.5", features = ["secrets", "json"] } rocket_ws = "0.1" serde = { version = "1.0.228", features = ["derive", "rc"] } serde_json = "1.0.145" serde_yaml_ng = "0.10.0" tokio = { workspace = true } tokio-util = { version = "0.7.17", features = ["io", "io-util"] } [features] bypass-auth = []