# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fibs" version = "0.2.8" authors = ["Daniel Cormier"] exclude = [ ".gitignore", "Cargo.lock", "check.sh", "benches", ] description = "Get a Fibonacci number or sequence" documentation = "https://docs.rs/fibs/" readme = "README.md" categories = [ "no-std", "mathematics", ] license = "Apache-2.0" repository = "https://github.com/dcormier/fibonacci-rs" [package.metadata.docs.rs] all-features = true [package.metadata.playground] all-features = true [dependencies.num] version = "0" default-features = false [dev-dependencies.paste] version = "1" [features] bench = ["std"] default = ["std"] std = ["num/std"]