Cargo Features

node-discover has no features set by default.

[dependencies]
node-discover = { version = "0.2.0", features = ["full", "aws", "digitalocean"] }
full = aws, digitalocean
aws full? = rusoto_core, rusoto_ec2

Affects providers::aws

digitalocean full?

Affects providers::digitalocean

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.

rusoto_core aws?

Enables rusoto_core ^0.47.0

rusoto_ec2 aws?

Enables rusoto_ec2 ^0.47.0