# 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 = "fibnacci" version = "0.4.0" authors = ["poly000"] description = "fast high precision fibonacci calculator using rayon and gmp" license = "MIT" repository = "https://github.com/poly000/fibonacci" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "fibonacci" [[bin]] name = "fibonacci" [dependencies.clap] version = "3.2.20" features = ["derive"] [dependencies.rayon] version = "1.5.3" [dependencies.rust-gmp] version = "0.5.0"