Cargo Features

promkit has no features set by default.

[dependencies]
promkit = { version = "0.9.0", features = ["all", "checkbox", "form", "json", "listbox", "query-selector", "readline", "password", "confirm", "text", "tree"] }
all = checkbox, confirm, form, json, listbox, password, query-selector, readline, text, tree
checkbox all?

Enables checkbox and text of promkit-widgets

Affects preset::checkbox

form all?

Enables texteditor of promkit-widgets

Affects preset::form

json all?

Enables jsonstream and text of promkit-widgets

Affects preset::json

listbox all?

Enables listbox and text of promkit-widgets

Affects preset::listbox

query-selector all?

Enables listbox, text and texteditor of promkit-widgets

Affects preset::query_selector

readline all? confirm? password?

Enables listbox, text and texteditor of promkit-widgets

Affects preset::readline

password all? = readline

Affects preset::password

confirm all? = readline

Affects preset::confirm

text all?

Enables text of promkit-widgets

Affects preset::text

tree all?

Enables text and tree of promkit-widgets

Affects preset::tree