-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.lock
40 lines (36 loc) · 1 KB
/
Cargo.lock
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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "ace-capture"
version = "0.1.0"
dependencies = [
"byteorder",
"etherparse",
"pcap",
]
[[package]]
name = "byteorder"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
[[package]]
name = "etherparse"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fa20922281f9ee5ffcda45e80d56085829279f1270f79fbabc39809a4354807"
dependencies = [
"byteorder",
]
[[package]]
name = "libc"
version = "0.2.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
[[package]]
name = "pcap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f912b9e56d1d4851a5175c118fc6503c9f69a8fe1a0649a51aff20b92c757491"
dependencies = [
"libc",
]