Cargo Features

[dependencies]
rendersvg-meetmangukiya = { version = "0.9.1", default-features = false, features = ["cairo-backend", "qt-backend", "raqote-backend", "skia-backend", "text"] }
default = text

The text feature is set by default whenever rendersvg-meetmangukiya is added without default-features = false somewhere in the dependency tree.

cairo-backend

Enables cairo-backend of resvg ^0.9.0

qt-backend

Enables qt-backend of resvg ^0.9.0

raqote-backend

Enables raqote-backend of resvg ^0.9.0

skia-backend

Enables skia-backend of resvg ^0.9.0

text default

Enables text of resvg ^0.9.0

resvg:

Enables SVG Text support.
Adds around 400KiB to your binary.

rendersvg-meetmangukiya has 6 features without comments.