[package] name = "fibonacci_series" version = "0.2.0" authors = ["Muhammad Huzefa "] edition = "2018" categories = ["algorithms"] keywords = ["fibo","fibo_num", "fibonacci_number", "fibonacci_number", "fibonacci"] readme = "README.md" 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." license = "MIT" documentation = "https://doc.rust-lang.org/book/ch03-05-control-flow.html" homepage = "https://doc.rust-lang.org/book/title-page.html" repository = "https://github.com/huzefagul92/PIAIC_IOT_BATCH-2_Q1.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]