Cargo Features

[dependencies]
ate-comms = { version = "1.1.0", default-features = false, features = ["quantum", "sys", "dns"] }
default = dns, quantum, sys

These default features are set whenever ate-comms is added without default-features = false somewhere in the dependency tree.

quantum default

Enables quantum of ate-crypto

sys default

Enables sys of wasmer-bus-ws

dns default = trust-dns-client, trust-dns-proto

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-client not wasi dns

Enables trust-dns-client ^0.20

trust-dns-proto not wasi dns

Enables trust-dns-proto ^0.20