Cargo Features

[dependencies]
shared-mime = { version = "0.1.0-alpha1", default-features = false, features = ["xdg-runtime"] }
default = xdg-runtime

The xdg-runtime feature is set by default whenever shared-mime is added without default-features = false somewhere in the dependency tree.

xdg-runtime default = quick-xml

Affects shared-mime::runtime, shared-mime::load_mime_db

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.

quick-xml xdg-runtime

Enables quick-xml ^0.35

parser dependencies