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