Cargo Features

CoverCrypt has no features set by default.

[dependencies]
cover_crypt = { version = "6.0.4", features = ["ffi", "wasm_bindgen", "python"] }
ffi = lazy_static

Affects interfaces::ffi

wasm_bindgen = js-sys, wasm-bindgen

Affects interfaces::wasm_bindgen

python = pyo3

Affects interfaces::pyo3

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.

js-sys wasm_bindgen?

Enables js-sys

Optional ones

lazy_static ffi?
pyo3 python?

Enables pyo3 ^0.16.3

wasm-bindgen wasm_bindgen?