Cargo Features

Nucleation has no features set by default.

[dependencies]
nucleation = { version = "0.1.72", features = ["ffi", "wasm", "python", "php", "maturin"] }
ffi

Affects nucleation::ffi

wasm = js-sys, serde-wasm-bindgen, wasm-bindgen, web-sys

Affects nucleation::wasm

python

Enables pyo3 ^0.25.0

php = ext-php-rs

New PHP feature

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.

wasm-bindgen wasm?

Enables wasm-bindgen

WASM-specific dependencies

js-sys wasm?
serde-wasm-bindgen wasm?

Enables serde-wasm-bindgen ^0.4

web-sys wasm?
maturin implicit feature

Enables maturin

Python dependencies

pyo3 python?

Enables pyo3 ^0.25.0

ext-php-rs php?

Enables ext-php-rs ^0.13.1

PHP dependencies