Cargo Features

[dependencies]
sixel-sys-static = { version = "0.3.2", default-features = false, features = ["curl", "jpeg", "pixbuf", "png", "gd", "python_interface", "static"] }
default = static

The static feature is set by default whenever sixel-sys-static is added without default-features = false somewhere in the dependency tree.

curl = curl-sys
jpeg = mozjpeg-sys
pixbuf = gdk-pixbuf-sys
png

Need to handle these eventually

gd
python_interface

Maybe I should just turn this off regardless
99% of the time it won't be needed

static default

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

Optional libsixel dependencies

gdk-pixbuf-sys pixbuf?

Enables gdk-pixbuf-sys ^0.3.4

libgd

mozjpeg-sys jpeg?

Enables mozjpeg-sys

Drop-in libjpeg replacement