Cargo Features

[dependencies]
monaco = { version = "0.4.0", default-features = false, features = ["api", "workers", "yew-components"] }
default = api, workers

These default features are set whenever monaco is added without default-features = false somewhere in the dependency tree.

api default yew-components?

Affects monaco::api

workers default

Affects monaco::workers

yew-components = api, yew

Affects monaco::yew

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.

yew yew-components?

Enables yew ^0.20