Cargo Features

valor_core has no features set by default.

[dependencies]
valor_core = { version = "0.5.2-beta.0", features = ["std", "runtime", "util", "native", "web", "proxy"] }
std native?
runtime native? web? = path-tree

Affects valor_core::runtime

util web? = valor_plugin
native = runtime, serde, std
web = js-sys, runtime, util, wasm-bindgen, wasm-bindgen-futures, web-sys, wee_alloc

Affects util::web

proxy = http-client

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.

path-tree runtime?

Enables path-tree ^0.1.12

serde native?
valor_plugin util?
http-client not wasm32 wasm32 proxy?
js-sys wasm32 web?
wasm-bindgen wasm32 web?
wasm-bindgen-futures wasm32 web?
web-sys wasm32 web?
wee_alloc wasm32 web?