Cargo Features

[dependencies]
wrpc-transport-nats = { version = "0.27.1", default-features = false, features = ["async-nats-0_36", "async-nats-0_37"] }
default = async-nats-0_37

The async-nats-0_37 feature is set by default whenever wrpc-transport-nats is added without default-features = false somewhere in the dependency tree.

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.

async-nats-0_36 implicit feature

Enables async-nats ^0.36

async-nats:

A async Rust NATS client

async-nats-0_37 default

Enables async-nats