Cargo Features

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

The async-nats-0_39 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 implicit feature

Enables async-nats ^0.37

async-nats-0_38 implicit feature

Enables async-nats ^0.38

async-nats-0_39 default

Enables async-nats