Cargo Features

[dependencies]
wild-doc = { version = "0.110.0", default-features = false, features = ["js", "py", "image"] }
default = js

The js feature is set by default whenever wild-doc is added without default-features = false somewhere in the dependency tree.

js default = wild-doc-script-deno
py = wild-doc-script-python
image = wild-doc-script-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.

wild-doc-script-deno js
wild-doc-script-image image?
wild-doc-script-python py?