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