# 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 = "2018" rust-version = "1.70.0" name = "reckoner" version = "0.3.0" authors = ["Declan Kelly "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = " A high level arbitrary precision arithmetic library supporting integer and rational numbers." readme = "README.md" keywords = [ "arbitrary-precision", "math", "number", "integer", "rational", ] categories = ["science"] license = "MIT" repository = "https://github.com/declanvk/reckoner" [lib] name = "reckoner" path = "src/lib.rs" [[example]] name = "catalan" path = "examples/catalan.rs" [[example]] name = "factorial" path = "examples/factorial.rs" [[example]] name = "fibonnaci" path = "examples/fibonnaci.rs" [[example]] name = "pell_numbers" path = "examples/pell_numbers.rs" [[example]] name = "pi" path = "examples/pi.rs" [[test]] name = "creachadair_imath" path = "tests/creachadair_imath.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.creachadair-imath-sys] version = "^0.3.0" [dev-dependencies.static_assertions] version = "1.1.0"