Cargo Features

rsip-dns has no features set by default.

[dependencies]
rsip-dns = { version = "0.1.4", features = ["trust-dns", "test-utils"] }
trust-dns = trust-dns-proto, trust-dns-resolver
test-utils = testing-utils

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.

trust-dns-resolver trust-dns?

Enables trust-dns-resolver ^0.20.3

trust-dns-proto trust-dns?

Enables trust-dns-proto ^0.20.3

testing-utils test-utils?