# 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 = "large-primes" version = "0.5.1" authors = ["Shashank P "] description = "Package for Large Prime Number Analysis" documentation = "https://docs.rs/large-primes/latest/large_primes/" readme = "README.md" keywords = [ "primes", "prime-numbers", "prime-analysis", "prime-generation", "large-primes", ] license-file = "LICENSE" repository = "https://github.com/shashankp28/primes/" [profile.dev] opt-level = 3 lto = false codegen-units = 16 debug = 0 debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.log] version = "0.4" features = ["release_max_level_off"] [dependencies.num-bigint] version = "0.4.4" [dependencies.num-traits] version = "0.2.17"