# 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 = "primeish" version = "0.1.0" authors = ["LeoDog896 "] description = "A CLI containing various prime number utilities." homepage = "https://github.com/LeoDog896/primeish#readme" documentation = "https://github.com/LeoDog896/primeish#readme" readme = "README.md" keywords = [ "prime", "cli", "number", "math", ] categories = [ "science", "math", ] license = "Apache-2.0" repository = "https://github.com/LeoDog896/primeish" [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.primes] version = "0.3.0"