Cargo Features

ripgen_lib has no features set by default.

[dependencies]
ripgen_lib = { version = "0.1.4", features = ["dnsgen"] }
dnsgen = lazy_static, regex

Affects ripgen_lib::dnsgen

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

regex dnsgen?
lazy_static dnsgen?