Cargo Features
[dependencies]
potato = { version = "0.2.1", default-features = false, features = ["openapi", "jemalloc"] }
- default = openapi
-
The
openapi
feature is set by default wheneverpotato
is added without
somewhere in the dependency tree.default-features = false - openapi default
- jemalloc
-
Enables tikv-jemalloc-ctl, tikv-jemalloc-sys, and tikv-jemallocator
Affects
utils::jemalloc_helper
…