Cargo Features

Scalpel has no features set by default.

[dependencies]
scalpel = { version = "0.4.1", features = ["python-bindings", "logging", "sculpting", "wasm"] }
python-bindings = pyo3
logging = log
sculpting

Affects layer::Layer.stack_and_encode

wasm = wasm-bindgen

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.

log logging?
pyo3 python-bindings?

Enables pyo3 ^0.20

Required for feature - python-bindings

wasm-bindgen wasm?

Enables wasm-bindgen

Required for feature - wasm