-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (30 loc) · 776 Bytes
/
Copy pathCargo.toml
File metadata and controls
33 lines (30 loc) · 776 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
[package]
name = "rabble"
version = "0.4.1"
authors = ["Andrew J. Stone <andrew.j.stone.1@gmail.com>"]
description = "A library for creating location transparent actor based systems"
repository = "https://github.com/andrewjstone/rabble"
keywords = ["cluster", "networking", "distributed", "actor", "erlang"]
license = "Apache-2.0"
[features]
# reexport no_timerfd feature from amy
no_timerfd = ["amy/no_timerfd"]
[dependencies]
amy = "^0.7.2"
orset = "0.2"
time = "0.1"
net2 = "0.2"
error-chain = "0.5"
libc = "0.2"
log = "0.3"
slog = {version = "1", features = ["max_level_trace"]}
slog-stdlog = "1"
slog-term = "1.1"
slog-envlogger = "0.5"
ferris = "0.1"
protobuf = "1.0.24"
serde = "1.0"
serde_derive = "1.0"
rmp-serde = "0.13"
[dev-dependencies]
assert_matches = "1.0"