[package] name = "jellything" version = "0.1.0" edition = "2021" [dependencies] jellycommon = { path = "../common" } jellyremuxer = { path = "../remuxer" } serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.96" log = "0.4.18" env_logger = "0.10.0" anyhow = "1.0.71" once_cell = "1.17.2" chashmap = "2.2.2" argon2 = "0.5.0" rand = "0.8.5" chrono = { version = "0.4.26", features = ["serde"] } async-std = "1.12.0" rocket = { version = "0.5.0-rc.3", features = ["secrets", "json"] } tokio = { version = "1.28.2", features = ["io-util"] } tokio-util = { version = "0.7.8", features = ["io", "io-util"] } markup = "0.13.1" sled = "0.34.7" typed-sled = "0.2.3" [features] bypass-auth = []