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
somewhere in the dependency tree.default-features = false - 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