[package] name = "distrox" version = "0.1.0" authors = ["Matthias Beyer "] description = "Distributed network build on IPFS" keywords = ["social", "network", "ipfs", "distributed"] readme = "README.md" license = "GPL-2.0" documentation = "https://docs.rs/distrox" repository = "https://github.com/matthiasbeyer/distrox" homepage = "http://github.com/matthiasbeyer/distrox" edition = "2018" [dependencies] is-match = "0.1" failure = "0.1" futures = "0.3" ipfs-api = "0.7" serde = "1" serde_derive = "1" serde_json = "1" mime = "0.3" chrono = { version = "0.4", features = ["serde"] } uuid = { version = "0.7", features = ["serde", "v4"] } clap = "2" log = "0.4" env_logger = "0.5" config = "0.9" toml = "0.4" hyper = "0.12" itertools = "0.7" tokio = { version = "0.2", features = ["full"] } add_getters_setters = "1.1" xdg = "2" structopt = "0.3" web-view = "0.6" handlebars = "3"