Cargo Features
[dependencies]
fixed-num = { version = "0.1.1", default-features = false, features = ["i256_ethnum", "i256_arrow", "mul_opt"] }
- default = i256_ethnum, mul_opt
-
These default features are set whenever
fixed-num
is added without
somewhere in the dependency tree.default-features = false - i256_ethnum default = ethnum
- i256_arrow = arrow-buffer
- mul_opt default
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.