# 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 = "nums" version = "1.0.0" authors = ["Daniel Lubarov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Number theoretic functions, such as primality testing and factorization, for BigUints" readme = "README.md" keywords = [ "bigint", "prime", "factor", ] categories = [ "mathematics", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/0xPolygonZero/nums/" [lib] name = "nums" path = "src/lib.rs" [[bin]] name = "factor" path = "src/bin/factor.rs" [dependencies.num-bigint] version = "0.4.5" features = ["rand"] [dependencies.num-integer] version = "0.1.46" [dependencies.num-traits] version = "0.2.19" [dependencies.rand] version = "0.8.5" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-forest] version = "0.1.6" features = [ "ansi", "smallvec", ] [dependencies.tracing-subscriber] version = "0.3.17" features = [ "std", "env-filter", ]