Cargo Features

[dependencies]
glycin-utils = { version = "2.0.0", default-features = false, features = ["async-io", "tokio", "image-rs", "loader-utils", "gobject"] }
default = async-io

The async-io feature is set by default whenever glycin-utils is added without default-features = false somewhere in the dependency tree.

async-io default

Enables async-io of zbus ^4.3.0

tokio

Enables tokio, tokio of zbus ^4.3.0

image-rs = loader-utils

Enables image

Affects glycin-utils::image_rs

loader-utils image-rs?

Enables futures-lite

Affects glycin-utils::instruction_handler

gobject = glib

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.

glib gobject?