Cargo Features
[dependencies]
photo-captioner = { version = "0.1.3", default-features = false, features = ["ncurses-backend", "pancurses-backend", "termion-backend", "crossterm-backend", "blt-backend"] }
- default = ncurses-backend
-
The
ncurses-backend
feature is set by default wheneverphoto-captioner
is added without
somewhere in the dependency tree.default-features = false - ncurses-backend default
-
Enables ncurses-backend of cursive ^0.16
cursive:
Enable the ncurses backend.
- pancurses-backend
-
Enables pancurses-backend of cursive ^0.16
cursive:
Enable the pancurses backend.
- termion-backend
-
Enables termion-backend of cursive ^0.16
cursive:
Enable the termion backend.
- crossterm-backend
-
Enables crossterm-backend of cursive ^0.16
cursive:
Enable the crossterm backend.
- blt-backend
-
Enables blt-backend of cursive ^0.16
cursive:
Enable the BearLibTerminal backend. Requires BLT to be installed separately.
photo-captioner has 6 features without comments.