Cargo Features
[dependencies]
glycin-utils = { version = "4.0.4", default-features = false, features = ["async-io", "tokio", "image-rs", "loader-utils", "gobject"] }
- default = async-io
-
The
async-iofeature is set by default wheneverglycin-utilsis added withoutsomewhere in the dependency tree.default-features = false - async-io default
- tokio
- 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.