Cargo Features

[dependencies]
fugue-bv = { version = "0.2.35", default-features = false, features = ["fixed-u64", "fixed-u128", "bigint"] }
default = bigint

The bigint feature is set by default whenever fugue-bv is added without default-features = false somewhere in the dependency tree.

fixed-u64
fixed-u128
bigint default = rug

Affects fugue-bv::core_bigint, fugue-bv::core_mixed

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.

rug bigint