# 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_rust" version = "0.2.0" authors = ["DanielMorton "] build = false exclude = [ ".idea/*", "collatz_rust.iml", "cycles/*", "cycle100/*", "tables/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Code for testing an extention of the Collatz Conjecture" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/DanielMorton/extended-collatz" [[bin]] name = "collatz_rust" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.csv] version = "1.3.0" [dependencies.env_logger] version = "0.10.0" [dependencies.itertools] version = "0.11.0" [dependencies.log] version = "0.4.20" [dependencies.num-traits] version = "0.2.17" [dependencies.rayon] version = "1.8.0" [dependencies.rug] version = "1.22.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.structopt] version = "0.3.26" [dev-dependencies.tempfile] version = "3.8.0"