Cargo Features

[dependencies]
usvg-cli = { version = "0.9.2", default-features = false, features = ["text"] }
default = text

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

text default

Enables text of usvg ^0.9

usvg:

Enables text-to-path conversion support.
Adds around 400KiB to your binary.

usvg-cli has 2 features without comments.