# 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 = "hailstone" version = "0.1.0" authors = ["beetle"] description = "Program for testing the Collatz Conjecture" readme = "README.md" license = "MIT" [dependencies.beetle-collatz] version = "0.3.5" features = ["threaded"] [dependencies.inquire] version = "0.5.3" [dependencies.rayon] version = "1.6.1" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3"