Cargo Features
[dependencies]
rvg = { version = "0.2.0", default-features = false, features = ["render", "zstd"] }
- default = zstd
-
The
zstd
feature is set by default wheneverrvg
is added without
somewhere in the dependency tree.default-features = false - 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.
- zstd default
-
Enables zstd ^0.5
For Encoding ZStd Compression
- footile render?
-
Enables footile ^0.6