[package] name = "niwl-rem" description = "random ejection mixer implementation for a prototype system for open, decentralized, metadata resistant communication using fuzzytags and random ejection mixers" license = "MIT" repository = "https://git.openprivacy.ca/openprivacy/niwl" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] niwl = {version="0.1.0", path="../niwl"} fuzzytags = "0.4.2" clap = "3.0.0-beta.2" serde = {version="1.0.123", features=["derive"]} serde_json = "1.0.61" bincode = "1.3.1" hex = "0.4.2" base32 = "0.4.0" reqwest = {version="0.11.0", features=["json"]} tokio = "1.2.0" chrono = {version="0.4.19", features=["serde"]} rand = "0.8.3"