Cargo Features

PqcBinaryFormat has no features set by default.

[dependencies]
pqc-binary-format = { version = "1.0.14", features = ["python", "wasm"] }
python = pyo3

Affects pqc-binary-format::python

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

Affects pqc-binary-format::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 python?

Enables pyo3 ^0.20

Python bindings (optional)

wasm-bindgen wasm?

Enables wasm-bindgen

WebAssembly bindings (optional)

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