# 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 = "codemonk-primes-cli" version = "1.0.4" authors = ["Sean Macdonald "] description = "A command-line utility for finding prime numbers" homepage = "https://www.seanmacdonald.ca/posts/primes" documentation = "https://github.com/sean9999/primes-cli/wiki" readme = "README.md" keywords = [ "prime", "numbers", "sieve", "eratosthenes", "cli", ] categories = [ "command-line-utilities", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sean9999/primes-cli/" [[bin]] name = "primes" path = "src/main.rs" [dependencies.clap] version = "4.4.18" features = ["derive"]