# 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 = "ipobf" version = "0.1.0" authors = ["Jorian Woltjer (J0R1AN)"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Obfuscate an IP address for SSRF filter bypasses" homepage = "https://github.com/JorianWoltjer/ipobf" readme = "README.md" keywords = [ "ip-address", "filter", "security", "cli", "obfuscation", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/JorianWoltjer/ipobf" [lib] name = "ipobf" path = "src/lib.rs" [[bin]] name = "ipobf" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dns-lookup] version = "2.0" [dependencies.libc] version = "0.2"