Cargo Features

[dependencies]
a11ywatch_cli = { version = "0.10.15", default-features = false, features = ["all", "dist-clients", "dist-vendor", "grpc"] }
default = all

The all feature is set by default whenever a11ywatch_cli is added without default-features = false somewhere in the dependency tree.

all default = dist-clients
dist-clients all
dist-vendor = openssl
grpc

Enables prost ^0.10.0, prost-types ^0.10.0, tonic ^0.7.2, and tonic-build ^0.7.2

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.

openssl dist-vendor?