Cargo Features

[dependencies]
fixnum = { version = "0.9.2", default-features = false, features = ["std", "i64", "i128", "serde", "schemars", "parity", "quick-xml"] }
default = std

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

std default

Enables error of derive_more

i16 i32 i64
i128

Affects const_fn::Int

serde

Enables serde

FIXME: quick-xml#473

Affects fixnum::serde

schemars

Enables schemars

parity = parity-scale-codec
quick-xml

FIXME: quick-xml#473

Enables alloc and derive of optional serde

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.

parity-scale-codec parity?