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 whenever artem is added without default-features = false somewhere in the dependency tree.

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.

ureq web_image