Cargo Features
[dependencies]
artem = { version = "3.0.0", default-features = false, features = ["web_image"] }
- default = web_image
-
The
web_image
feature is set by default wheneverartem
is added without
somewhere in the dependency tree.default-features = false - web_image default = ureq
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.