# 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 = "hyperoperation" version = "0.1.1" description = "Hyperoperation (sometimes known as Knuth's notation) calculation library for Rust" readme = "README.md" keywords = [ "math", "knuth", "hyperoperation", "power", "arithmetic", ] categories = [ "mathematics", "science", ] license = "GPL-3.0-or-later" repository = "https://github.com/FireFragment/hyperoperation-rs" [dependencies.num-iter] version = "0.1.43" [dependencies.num-traits] version = "0.2.15" [dev-dependencies.num-bigint] version = "0.4.3"