Cargo Features

[dependencies]
u64_array_bigints_core = { version = "0.3.4", default-features = false, features = ["std", "rand_support", "serde_support", "use_parity_uint"] }
default = rand_support, serde_support

These default features are set whenever u64_array_bigints_core is added without default-features = false somewhere in the dependency tree.

std = thiserror

Affects serial::FromStrRadixErr

rand_support default = rand_core
serde_support default = serde
use_parity_uint = uint

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.

rand_core rand_support
serde serde_support
uint use_parity_uint?
thiserror std?