Cargo Features

Pagurus has no features set by default.

[dependencies]
pagurus = { version = "0.7.4", features = ["fixed_window", "image", "random", "serde", "wasm"] }
fixed_window

Affects pagurus::fixed_window

image

Affects pagurus::image

random = getrandom, rand_chacha, rand_core

Affects pagurus::random

serde wasm?

Enables serde, serde of orfail, serde1 of rand_chacha

wasm = serde, serde_json

Affects pagurus::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.

getrandom random?
rand_chacha random? serde?
rand_core random?
serde_json wasm?