[dependencies.cfg-if]
version = "1"
[dependencies.num-bigint]
optional = true
version = "0.2"
[features]
big-int = ["num-bigint", "std"]
default = ["std", "big-int"]
std = []
[package]
categories = ["algorithms", "mathematics", "no-std"]
description = "A small crate to help you interact with second order sequences, such as the Fibonacci sequence, with no_std support"
documentation = "https://docs.rs/fibonacci-like"
edition = "2021"
keywords = ["fibonacci", "sequence", "second", "order", "no_std"]
license = "MIT/Apache-2.0"
name = "fibonacci-like"
readme = "README.md"
repository = "https://github.com/jewlexx/fibonacci-like"
resolver = "2"
version = "0.1.3"