2022-12-10 00:18:21 +00:00
|
|
|
[package]
|
2022-12-10 04:03:28 +00:00
|
|
|
name = "quicktap"
|
2022-12-10 00:18:21 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-12-10 04:03:28 +00:00
|
|
|
cidr = "0.2.1"
|
|
|
|
etherparse = "0.13.0"
|
2022-12-12 14:30:21 +00:00
|
|
|
blake2 = "0.10.5"
|
2022-12-13 01:24:48 +00:00
|
|
|
tai64 = "4.0.0"
|
|
|
|
x25519-dalek = "2.0.0-pre.1"
|
|
|
|
rand = "0.8.5"
|
|
|
|
hmac = "0.12.1"
|
|
|
|
chacha20poly1305 = "0.10.1"
|
2022-12-10 04:03:28 +00:00
|
|
|
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
2022-12-13 01:24:48 +00:00
|
|
|
tun = "0.5.4"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
hex_lit = "0.1.1"
|
|
|
|
hex = "0.4.3"
|