# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ip-spoofing" version = "0.1.1" authors = ["StackOverflowExcept1on"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library to send fake IPv4 headers & UDP/TCP-SYN packets to perform L3/L4 attacks" readme = "README.md" keywords = [ "ipv4", "tcp", "udp", "ip-spoofing", ] categories = [ "network-programming", "api-bindings", ] license = "MIT" repository = "https://github.com/StackOverflowExcept1on/ip-spoofing" [lib] name = "ip_spoofing" path = "src/lib.rs" [[example]] name = "udp_flood" path = "examples/udp_flood.rs" [[example]] name = "udp_packet" path = "examples/udp_packet.rs" [[example]] name = "udp_server" path = "examples/udp_server.rs" [dependencies.etherparse] version = "0.15" [dependencies.nix] version = "0.29" features = ["net"] [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1.0"