# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fibonacci_series" version = "0.2.0" authors = ["Muhammad Huzefa "] description = "Fibonacci Sequence. The Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ... The next number is found by adding up the two numbers before it." homepage = "https://doc.rust-lang.org/book/title-page.html" documentation = "https://doc.rust-lang.org/book/ch03-05-control-flow.html" readme = "README.md" keywords = ["fibo", "fibo_num", "fibonacci_number", "fibonacci_number", "fibonacci"] categories = ["algorithms"] license = "MIT" repository = "https://github.com/huzefagul92/PIAIC_IOT_BATCH-2_Q1.git" [dependencies]