Cargo Features

[dependencies]
fibonacci-like = { version = "0.1.3", default-features = false, features = ["std", "big-int"] }
default = big-int, std

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

std default big-int
big-int default = num-bigint, std

Affects fibonacci-like::Number

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.

num-bigint big-int

Enables num-bigint ^0.2