Cargo Features
[dependencies]
pastor = { version = "0.13.2", default-features = false, features = ["magic_static", "bench"] }
- default = magic_static
-
The
magic_static
feature is set by default wheneverpastor
is added without
somewhere in the dependency tree.default-features = false - magic_static default
- bench
pastor has 3 features without comments.