-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCargo.toml
More file actions
41 lines (35 loc) · 911 Bytes
/
Copy pathCargo.toml
File metadata and controls
41 lines (35 loc) · 911 Bytes
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
[package]
name = "bulletinboard"
version = "0.5.3"
authors = ["Manuel Schölling <manuel.schoelling@gmx.de>"]
description = "A general-purpose DHT"
homepage = "https://github.com/manuels/bulletinboard-dht"
repository = "https://github.com/manuels/bulletinboard-dht"
license = " GPL-2.0"
readme = "./README.md"
[dependencies]
rand = "0.3.14"
log = "0.3.6"
env_logger = "0.3.3"
rust-crypto = "0.2.35"
docopt = "0.6.80"
serde = "1.0.14"
serde_derive = "1.0.14"
bincode = "0.8.0"
rustc-serialize = "0.3.22"
futures-timer = "*"
[features]
default = ["dbus_service"]
"dbus_service" = ["dbus", "tokio-core", "futures-await", "dbus-tokio"]
[dependencies.tokio-core]
version = "0.1.9"
optional = true
[dependencies.futures-await]
git = 'https://github.com/alexcrichton/futures-await'
optional = true
[dependencies.dbus]
version = "0.5.4"
optional = true
[dependencies.dbus-tokio]
version = "0.1.2"
optional = true