Cargo Features

[dependencies]
rutin_resp3 = { version = "0.1.0", default-features = false, features = ["mlua", "ahash"] }
default = ahash

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

mlua

Enables mlua

ahash default

Enables ahash

rutin_resp3 has 3 features without comments.