Cargo Features

[dependencies]
rvg = { version = "0.2.0", default-features = false, features = ["render", "zstd"] }
default = zstd

The zstd feature is set by default whenever rvg is added without default-features = false somewhere in the dependency tree.

render = footile

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

zstd default

Enables zstd ^0.5

For Encoding ZStd Compression

footile render?

Enables footile ^0.6