[package] name = "fibo" version = "0.0.2" authors = ["Masahiko Hyuga "] edition = "2018" description = "Compute the N-th Fibonacci number with arbitrary number precision." license = "MIT" repository = "https://github.com/visvirial/rust_fibo" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num-traits = "0.2" num-bigint = "0.4"