Cargo Features
[dependencies]
rs-wordcloud = { version = "0.1.0", default-features = false, features = ["stopwords", "background_image", "woff2"] }
- default = background_image, stopwords, woff2
-
These default features are set whenever
rs-wordcloud
is added without
somewhere in the dependency tree.default-features = false - stopwords default = include_dir
- background_image default = edge-detection, image
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.
- image background_image
-
Enables image ^0.24.5
- edge-detection background_image
- woff2 default
- include_dir stopwords