[package] name = "rfang" version = "0.1.5" authors = ["Patrick Tulskie "] license = "MIT" description = "A tool to refang IOCs." readme = "../README.md" homepage = "https://github.com/patricktulskie/dfang" repository = "https://github.com/patricktulskie/dfang" keywords = ["defang", "refang", "IOC"] categories = ["command-line-utilities"] edition = "2021" [dependencies] regex = "1" lazy_static = "1"