Cargo Features

[dependencies]
potato = { version = "0.2.7", default-features = false, features = ["jemalloc", "openapi", "webdav"] }
default = openapi

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

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