# 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 = "prime-portraits" version = "0.1.0" authors = [ "Fraol Lemecha", "frectonz ", ] description = "A program that turns images into prime numbers." homepage = "https://github.com/frectonz/prime-portraits/" readme = "README.md" license = "MIT" [dependencies.clap] version = "4.4.12" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.image] version = "0.24.7" [dependencies.num-bigint] version = "0.4.4" [dependencies.num-bigint-dig] version = "0.8.4" features = ["prime"] [dependencies.num-traits] version = "0.2.17"