-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
48 lines (43 loc) · 937 Bytes
/
Cargo.toml
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
44
45
46
47
48
[package]
authors = ["Berkus Decker <[email protected]>","Alexandr Dubovikov <[email protected]>",]
name = "hepagent"
publish = false
version = "0.1.0"
build = "build.rs"
[build-dependencies]
bindgen = "0.37.0"
glob = "0.3.1"
syntex = "0.42" # keep syntex version in match with pnet_macros/Cargo.toml
pnet = "0.25.0"
pnet_macros_support = "0.25.0"
pnet_macros = "0.25.0"
[dependencies]
byteorder = "1.2.3"
chrono = "0.4.3"
docopt = "1.0.0"
failure = "0.1.1"
failure_derive = "0.1.1"
fern = "0.5.5"
futures = "~0.1"
lazy-pool = "0.2.2"
log = "0.4.2"
luajit = "0.1.1"
num_cpus = "1.8.0"
objpool = "0.2.0"
packet = "0.1.2"
parsip = "0.1.0"
pool = "0.1.4"
rlua = "0.15.0"
serde = "1.0.66"
serde_derive = "1.0.66"
time = "0.1.40"
pnet_macros_support = "0.25.0"
pnet_macros = "0.25.0"
[dependencies.hep3]
path = "hep-rs"
[dependencies.pnet]
version = "0.25.0"
features = ["pcap"]
[features]
default = ["sip"]
sip = []