# 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 = "2018" name = "facto" version = "0.3.1" authors = ["Lukas Wölfer "] description = "Integer factorization and prime certification" readme = "README.md" keywords = [ "factorization", "prime", "uint", ] categories = [ "mathematics", "science", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/corrodedHash/facto-rs/" [profile.bench] lto = "fat" codegen-units = 1 [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [[bench]] name = "macro" path = "benches/macro/mod.rs" harness = false [dependencies.num-integer] version = "0.1.44" [dependencies.num-traits] version = "0.2.14" [dependencies.redc] version = "0.1.0" [dependencies.rug] version = "1.13.0" [dependencies.twoword] version = "0.1.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"