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 ^0.3
- 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?
-
Enables getrandom ^0.2
- rand_chacha random? serde?
-
Enables rand_chacha ^0.3
- rand_core random?
-
Enables rand_core ^0.6
- serde_json wasm?