Cargo Features

[dependencies]
yewtil = { version = "0.4.0", default-features = false, features = ["all", "stable", "experimental", "ptr", "neq", "pure", "history", "effect", "fetch", "future", "store", "lrc", "mrc_irc", "std_web", "web_sys"] }
default = stable, web_sys

Only stable is included by default.

all = experimental, stable, web_sys
stable default all? = future, history, mrc_irc, neq, store

Broad features
All features MUST be stable or experimental or soft_depricated

experimental all? = effect, fetch, lrc, pure
ptr = lrc, mrc_irc

Some pointers are stable, some experimental.
This feature pulls in all pointer types.

neq fetch? pure? stable

Misc features

pure experimental? = neq, yewtil-macro
history stable
effect experimental?
fetch experimental? = future, neq, serde, serde_json, web-sys

Affects yewtil::fetch

future fetch? stable = wasm-bindgen, wasm-bindgen-futures

Affects yewtil::future

store stable

Affects yewtil::store

lrc experimental? ptr?

Ptr features

Affects yewtil::ptr

mrc_irc ptr? stable

Affects yewtil::ptr

std_web

Enables std_web of yew ^0.18.0

web_sys default all? = web-sys

Enables web_sys of yew ^0.18.0

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.

serde fetch?
serde_json fetch?
wasm-bindgen future?
wasm-bindgen-futures future?
yewtil-macro pure?
web-sys fetch? web_sys