[package] name = "sendpkt-rs" version = "0.1.1" authors = ["detailyang "] edition = "2018" description = "send tcp packet from cli" license-file = "LICENSE" repository = "https://github.com/detailyang/sendpkt-rs" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] bench = false path = "src/main.rs" name = "sendpkt" [dependencies] pnet_packet = "0.26.0" pnet_macros_support = "0.26.0" rand = "0.7.3" structopt = "0.3" pnet_transport = "0.26.0"