[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" [dependencies] is-match = "0.1" failure = "0.1" futures = "0.1" ipfs-api = "0.5.0-alpha2" 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"