# 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 = "fibonacci-numbers" version = "59.0.0" authors = ["Asger Hautop Drewsen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The 59th Fibonacci number" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/tyilo/cargo-fibonacci-numbers" [lib] name = "fibonacci_numbers" path = "src/lib.rs" [dependencies.fib57] version = "57" package = "fibonacci-numbers" [dependencies.fib58] version = "58" package = "fibonacci-numbers"