[package] name = "lox-distributor" version = "0.1.0" authors = ["The Tor Project, Inc.", "Lindsey Tulloch "] edition = "2021" rust-version = "1.65.0" homepage = "https://gitlab.torproject.org/tpo/anti-censorship/lox-project/~/wikis/home" description = "Tool for receving resources from rdsys and distributing them to users" keywords = ["tor", "lox", "bridges"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] julianday = "1.2.0" base64 = "0.21.4" hyper = { version = "0.14.27", features = ["server"] } hex_fmt = "0.3" futures = "0.3.28" time = "0.3.29" tokio = { version = "1", features = ["full", "macros", "signal"] } rand = "0.8.5" reqwest = { version = "0.11", features = ["json", "stream"]} serde = { version = "1.0", features = ["derive", "rc"] } serde_with = "3.4.0" zkp = "0.8.0" lox-library = { path = "../lox-library", version = "0.1.0"} lox_utils = { path = "../lox-utils", version = "0.1.0"} rdsys_backend = { path = "../rdsys-backend-api", version = "0.2"} clap = { version = "4.4.6", features = ["derive"] } serde_json = "1.0.107" sled = "0.34.7" [dependencies.chrono] version = "0.4.31" features = ["serde"]