summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 576b872531b4b7840e65b3101f1439ca0283c9bf (plain) (blame)
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
36
37
38
39
40
41
42
43
[package]
name = "matasano"
version = "0.0.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
autotests = false

[[test]]
name = "set1"
path = "tests/set1.rs"

[[test]]
name = "set2"
path = "tests/set2.rs"

[[test]]
name = "set3"
path = "tests/set3.rs"

[[test]]
name = "set4"
path = "tests/set4.rs"

[[test]]
name = "set5"
path = "tests/set5.rs"

[dependencies]
actix = "0.7"
actix-web = "0.7"
base64 = "0.10"
crossbeam = "0.7"
hex = "0.3"
num-bigint = { version = "0.2", features = ["rand", "serde"] }
openssl = "0.10"
rand = "0.6"
rand_core = "0.4"
rayon = "1.0"
reqwest = "0.9"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
time = "0.1"