Cargo Features

[dependencies]
aris_1 = { version = "0.1.2", default-features = false, features = ["wasm", "floats"] }
default = floats

The floats feature is set by default whenever aris_1 is added without default-features = false somewhere in the dependency tree.

wasm

Enables js-sys, serde, serde-big-array, serde-wasm-bindgen, tsify, and wasm-bindgen

floats default

Enables libm

aris_1 has 3 features without comments.