[package] name = "quicktap" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cidr = "0.2.1" etherparse = "0.13.0" blake2 = "0.10.5" tai64 = "4.0.0" x25519-dalek = "2.0.0-pre.1" rand = "0.8.5" hmac = "0.12.1" chacha20poly1305 = "0.10.1" [target.'cfg(unix)'.dependencies] tun = "0.5.4" [dev-dependencies] hex_lit = "0.1.1" hex = "0.4.3"