-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (32 loc) · 743 Bytes
/
Copy pathCargo.toml
File metadata and controls
35 lines (32 loc) · 743 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
[package]
name = "cocaine"
version = "0.9.2"
authors = ["Evgeny Safronov <division494@gmail.com>"]
description = "Cocaine Framework Rust"
documentation = "https://docs.rs/cocaine"
repository = "https://github.com/3Hren/cocaine-framework-rust"
readme = "README.md"
keywords = ["Cocaine"]
categories = ["api-bindings"]
license = "MIT"
maintenance = { status = "actively-developed" }
[dependencies]
byteorder = "1"
serde = "1"
serde_derive = "1"
futures = "0.1"
bitflags = "0.7"
log = "0.3"
libc = "0.2"
rmp = "0.8"
rmp-serde = "0.13"
rmpv = { version = "0.4", features = ["with-serde"] }
tokio-core = "0.1"
tokio-io = "0.1"
mio = "0.6"
[dev-dependencies]
slog = "1.4"
slog-term = "1.3"
slog-stdlog = "1.1"
slog-envlogger = "0.5"
net2 = "0.2"