summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 7c228ac02c9171df558f6a845e45ef5bebb9eb9c (plain)
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 = "roughenough"
version = "1.0.4"
repository = "https://github.com/int08h/roughenough"
authors = ["Stuart Stock <stuart@int08h.com>", "Aaron Hill <aa1ronham@gmail.com>"]
license = "Apache-2.0"
description = "A Roughtime secure time sync server and client written in Rust"
readme = "README.md"
keywords = ["roughtime", "cryptography", "crypto"]

[badges]
travis-ci = { repository = "int08h/roughenough", branch = "master" }

[dependencies]
mio = "0.6"
mio-extras = "2.0"
byteorder = "1"
ring = "0.13"
untrusted = "0.6"
time = "0.1"
log = "0.4"
simple_logger = "0.5"
yaml-rust = "0.3"
ctrlc = { version = "3.1", features = ["termination"] }
clap = "2"
chrono = "0.4"
hex = "0.3"

[dev-dependencies]
criterion = "0.2.0"

[[bench]]
name = "messages"
harness = false