Cargo Features

jsonlogic-rs has no features set by default.

[dependencies]
jsonlogic-rs = { version = "0.3.3", features = ["cmdline", "python", "wasm"] }
cmdline = anyhow, clap

Required by the jsonlogic binary

python = cpython

Affects jsonlogic-rs::python_iface

wasm = wasm-bindgen

Affects jsonlogic-rs::javascript_iface

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.

anyhow cmdline?
clap cmdline?

Enables clap ~2.33.1

cpython python?
wasm-bindgen wasm?