Cargo Features
[dependencies]
wrpc-test = { version = "0.1.0", default-features = false, features = ["nats", "quic"] }
- default = nats, quic
-
These default features are set whenever
wrpc-test
is added without
somewhere in the dependency tree.default-features = false - nats default
-
Enables ring of async-nats, nats of wrpc-cli
Affects
wrpc-test::start_nats
,wrpc-test::with_nats
… - quic default
-
Enables log, platform-verifier, ring, runtime-tokio and rustls of quinn, crypto, ring and zeroize of rcgen, logging and ring of rustls
Affects
wrpc-test::with_quic
…