aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 059eaba72211a80f0c0afcf9881de19a38d26432 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rsdsl_netdumpd"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "^0.1"
byteorder = "^1.4.3"
futures = { version = "^0.3", default-features = false, features = ["std"] }
pcap = { version = "1.1.0", features = ["capture-stream"] }
pcap-file-tokio = "0.1.0"
ringbuf = "0.3.3"
russh = "0.40.0"
russh-keys = "^0.40"
thiserror = "1.0"
tokio = { version = "1.0", features = ["rt-multi-thread", "macros"] }