summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 8d86727c41a59722f0d68b2452e421d86829f066 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]

name = "shiplift"
version = "0.1.0"
authors = ["softprops <d.tangren@gmail.com>"]
description = "A modern multi-transport syslog appender."
documentation = "https://github.com/softprops/shiplift"
homepage = "https://github.com/softprops/shiplift"
repository = "https://github.com/softprops/shiplift"
keywords = ["docker", "unix", "containers", "hyper", "ship"]
license = "MIT"

[dependencies]
mime = "0.0.11"
httparse = "0.1.1"
hyper = "0.4.0"
jed = "0.1.1"
openssl = "0.6.2"
unix_socket = "0.3.2"
url = "0.2.31"
rustc-serialize = "0.3.14"