Cargo Features
[dependencies]
rng-query = { version = "2.1.0", default-features = false, features = ["bin"] }
- default = bin
-
The
bin
feature is set by default wheneverrng-query
is added without
somewhere in the dependency tree.default-features = false - bin default
-
Required by the rq binary