Cargo Features

Aggligator has no features set by default.

[dependencies]
aggligator = { version = "0.9.3", features = ["dump", "js"] }
dump = serde, serde_json

Enables fs and io-util of tokio

Affects agg::dump

js

Enables getrandom ^0.2, js-sys, wasm-bindgen, wasm-bindgen-futures, and web-sys

getrandom:

js feature

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.

serde dump?

Enables serde

dump feature

serde_json dump?