Cargo Features
[dependencies]
kotoba-graph = { version = "0.1.21", default-features = false, features = ["std", "wasm"] }
- default = std
-
The
stdfeature is set by default wheneverkotoba-graphis added withoutsomewhere in the dependency tree.default-features = false - 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.