# 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 = "collatz" version = "0.5.1" authors = ["Thomas Niederberger "] description = "Helper functions related to the Collatz conjecture" homepage = "https://github.com/niederb/collatz" readme = "README.md" keywords = [ "mathematics", "math", "algorithms", "conjecture", ] categories = [ "algorithms", "mathematics", "science", ] license = "MIT" repository = "https://github.com/niederb/collatz" resolver = "2" [dependencies.num] version = "0.4" [dev-dependencies.rayon] version = "1.7" [dev-dependencies.textplots] version = "0.8"