Cargo Features

So has no features set by default.

[dependencies]
so = { version = "0.4.10", features = ["windows", "termion-backend", "ncurses-backend", "pancurses-backend", "crossterm-backend"] }
default

These default features are set whenever so is added without default-features = false somewhere in the dependency tree.

Enables termion-backend of cursive

windows

Enables crossterm-backend of cursive

termion-backend

Enables termion-backend of cursive

cursive:

Enable the termion backend.

ncurses-backend

Enables ncurses-backend of cursive

cursive:

Enable the ncurses backend.

pancurses-backend

Enables pancurses-backend of cursive

cursive:

Enable the pancurses backend.

crossterm-backend

Enables crossterm-backend of cursive

cursive:

Enable the crossterm backend.

So has 6 features without comments.