[package] name = "ripgen" version = "0.1.5" edition = "2021" authors = ["d0nut ", "youstin"] description = "A rust-based version of the popular dnsgen python utility." readme = "README.md" keywords = ["bug", "bounty", "dnsgen", "recon", "security"] license = "MIT" repository = "https://github.com/resyncgg/ripgen" [dependencies] anyhow = "1" clap = { version = "3", features = ["derive"]} ripgen_lib = { version = "0.1", path = "../ripgen_lib", features = ["dnsgen"] }