Cargo Features

[dependencies]
kotoba-graph = { version = "0.1.21", default-features = false, features = ["std", "wasm"] }
default = std

The std feature is set by default whenever kotoba-graph is added without default-features = false somewhere in the dependency tree.

std default
wasm = js-sys, wasm-bindgen, web-sys

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.

js-sys wasm32 wasm?
wasm-bindgen wasm32 wasm?
web-sys wasm32 wasm?