Cargo Features

ferveo-pre-release has no features set by default.

[dependencies]
ferveo-pre-release = { version = "0.3.0", features = ["bindings-python", "bindings-wasm"] }
bindings-python = pyo3

Affects ferveo-pre-release::bindings_python

bindings-wasm = console_error_panic_hook, getrandom, js-sys, wasm-bindgen, wasm-bindgen-derive

Affects ferveo-pre-release::bindings_wasm

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.

pyo3 bindings-python?

Enables pyo3 ^0.18.2

Python bindings

console_error_panic_hook bindings-wasm?

Enables console_error_panic_hook

WASM bindings

getrandom bindings-wasm?
js-sys bindings-wasm?
wasm-bindgen bindings-wasm?
wasm-bindgen-derive bindings-wasm?