# 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 = "factor-rs" version = "1.2.1" default-run = "factor" description = "A command-line program for listing the prime factors of a number or fraction" readme = "README.md" keywords = [ "primes", "factorization", "fractions", ] categories = [ "command-line-utilities", "mathematics", ] license = "MIT" repository = "https://github.com/Esper89/factor-rs" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "factor" path = "src/main.rs" [dependencies.either] version = "1.8.1" [dependencies.num] version = "0.4.0" [dependencies.prime_factorization] version = "1.0.3" [dependencies.radixal] version = "0.3.0" [dependencies.thiserror] version = "1.0.40"