-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (28 loc) · 697 Bytes
/
Cargo.toml
File metadata and controls
32 lines (28 loc) · 697 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
[package]
name = "nsqueue"
version = "0.1.5"
authors = ["Flavio Oliveira <rusty@wisespace.io>"]
description = "Rust client for the NSQ realtime message processing system"
license = "MIT OR Apache-2.0"
keywords = ["nsq", "queue", "tokio", "asynchronous"]
categories = ["caching"]
repository = "https://github.com/wisespace-io/nsqueue"
readme = "README.md"
[badges]
travis-ci = { repository = "wisespace-io/nsqueue" }
[lib]
name = "nsqueue"
path = "src/lib.rs"
[dependencies]
log = "^0.3"
bytes = "^0.4"
futures = "^0.1"
tokio-io = "^0.1"
tokio-core = "^0.1"
tokio-proto = "^0.1"
tokio-service = "^0.1"
byteorder = "1.0.0"
hostname = "^0.1"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"