Cargo Features

[dependencies]
rng-query = { version = "2.0.1", default-features = false, features = ["bin"] }
default = bin

The bin feature is set by default whenever rng-query is added without default-features = false somewhere in the dependency tree.

bin default

Enables anstream and clap

Required by the rq binary