Cargo Features

sixel-sys has no features set by default.

[dependencies]
sixel-sys = { version = "0.3.1", features = ["curl", "jpeg", "pixbuf", "python_interface"] }
curl = curl-sys
jpeg = mozjpeg-sys
pixbuf = gdk-pixbuf-sys
gd png python_interface

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

curl-sys curl?

Enables curl-sys ^0.3.11

gdk-pixbuf-sys pixbuf?

Enables gdk-pixbuf-sys ^0.3.4

mozjpeg-sys jpeg?