Cargo Features

ratatu-image has no features set by default.

[dependencies]
ratatu-image = { version = "1.0.0", features = ["crossterm", "termion", "termwiz", "sixel", "serde", "rustix"] }
crossterm

Enables crossterm ^0.25 and crossterm of ratatui ^0.23.0

ratatui:

Generally an application will only use one backend, so you should only enable one of the following features: enables the CrosstermBackend backend and adds a dependency on the [Crossterm crate].

Required by the binary

termion

Enables termion ^2.0 and termion of ratatui ^0.23.0

ratatui:

enables the TermionBackend backend and adds a dependency on the [Termion crate].

termwiz

Enables termwiz ^0.20 and termwiz of ratatui ^0.23.0

ratatui:

enables the TermwizBackend backend and adds a dependency on the [Termwiz crate].

sixel

Enables sixel-bytes

Affects backend::sixel

Required by the binary

serde

Enables serde

rustix

Enables rustix

Affects picker::font_size

Required by the binary