Cargo Features
[dependencies]
parse-env-filter = { version = "0.1.0", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default wheneverparse-env-filter
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Affects
parse-env-filter::eager
…