summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: a53ead9918ec8fcd8834c526fe35c5942e9114ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[package]
name          = "distrox"
version       = "0.1.0"
authors       = ["Matthias Beyer <mail@beyermatthias.de>"]

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"
anyhow       = "1"
futures      = "0.3"
ipfs-api     = { version = "0.7", features = ["actix"], default-features = false }
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.7"
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"
actix-rt     = "1"
actix-web    = "2"
failure      = "0.1"
pidlock      = { git = "https://github.com/matthiasbeyer/pidlock", branch = "my-master" }