Cargo Features

[dependencies]
zmq-pw = { version = "0.9.8", default-features = false, features = ["unstable", "zmq_has", "unstable-testing", "clippy"] }
default = zmq_has

The zmq_has feature is set by default whenever zmq-pw is added without default-features = false somewhere in the dependency tree.

unstable unstable-testing?
zmq_has default
unstable-testing = compiletest_rs, unstable

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.

clippy implicit feature

Enables clippy

clippy:

A bunch of helpful lints to avoid common pitfalls in Rust

compiletest_rs unstable-testing?