blob: 65e5f7407b336f3e024209a811e874cca17ffce8 (
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
|
[package]
name = "nginx_auth_totp"
version = "0.1.0"
authors = ["Yves Fischer <yvesf+git@xapek.org>"]
[dependencies]
time = "0.1"
simple_logger = "0.4"
log = "0.3"
oath = "0.10.*"
evmap = "4.0.*"
horrorshow = "0.6.*"
random = "0.12.*"
tokio = "0.1.*"
tokio-threadpool = "0.1.*"
tokio-executor = "0.1.*"
tokio-signal = "0.2.*"
futures = "0.1.*"
http = "0.1.*"
bytes = "0.4.*"
httparse = "1.3.*"
thread_local = "0.3.*"
cookie = "0.11.*"
url = "1.7.*"
structopt = "0.2.*"
|