fast-factor 0.1.2

A crate with relatively fast functions for factoring unsigned integers
Documentation
# 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 = "2024"
name = "fast-factor"
version = "0.1.2"
authors = ["BlobDieKatze"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate with relatively fast functions for factoring unsigned integers"
homepage = "https://crates.io/crates/fast-factor"
documentation = "https://docs.rs/fast-factor"
readme = "README.md"
keywords = [
    "math",
    "factorization",
    "number-theory",
    "prime",
    "primes",
]
categories = [
    "mathematics",
    "algorithms",
]
license = "MIT"

[lib]
name = "fast_factor"
path = "src/lib.rs"

[dependencies.num-integer]
version = "0.1.46"

[dependencies.num-traits]
version = "0.2.19"