[package] name = "jellything" version = "0.1.1" edition = "2021" [dependencies] jellycommon = { path = "../common" } jellybase = { path = "../base" } jellystream = { path = "../stream" } jellytranscoder = { path = "../transcoder" } jellyimport = { path = "../import" } jellycache = { path = "../cache" } jellyui = { path = "../ui" } jellylogic = { path = "../logic" } anyhow = { workspace = true } async-recursion = "1.1.1" base64 = "0.22.1" bincode = { version = "2.0.0-rc.3", features = ["serde", "derive"] } chashmap = "2.2.2" chrono = { version = "0.4.39", features = ["serde"] } env_logger = "0.11.6" futures = "0.3.31" log = { workspace = true } rand = "0.9.0" rocket = { workspace = true, features = ["secrets", "json"] } rocket_ws = { workspace = true } serde = { version = "1.0.217", features = ["derive", "rc"] } serde_json = "1.0.138" serde_yml = "0.0.12" tokio = { workspace = true } tokio-util = { version = "0.7.13", features = ["io", "io-util"] } [build-dependencies] glob = "0.3.2" [features] bypass-auth = [] hot-css = []