Cargo Features
sixel-sys has no features set by default.
[dependencies]
sixel-sys = { version = "0.4.0", features = ["curl", "jpeg", "pixbuf", "png", "gd", "python_interface"] }
- 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
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