Cargo Features

[dependencies]
jpeg2k-sandboxed = { version = "0.7.0", default-features = false, features = ["openjpeg-sys", "openjp2", "sandbox", "wasi-decoder"] }
default = openjpeg-sys, sandbox

These default features are set whenever jpeg2k-sandboxed is added without default-features = false somewhere in the dependency tree.

openjpeg-sys default

Enables openjpeg-sys of optional jpeg2k

openjp2

Enables openjp2 of optional jpeg2k

sandbox default = image, log, wasi-common, wasmtime, wasmtime-wasi
wasi-decoder = jpeg2k

Required by the wasi-decoder binary

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.

wasmtime sandbox

Enables wasmtime ^6.0

wasmtime-wasi sandbox

Enables wasmtime-wasi ^6.0

wasi-common sandbox

Enables wasi-common ^6.0

log sandbox
image sandbox

Enables image ^0.24

jpeg2k wasi-decoder?