# 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 = "bigint-benchmark" version = "0.4.0" authors = ["Tomek Czajka "] description = "Benchmarks for big integer implementations" homepage = "https://github.com/tczajka/bigint-benchmark-rs" readme = "README.md" keywords = [ "bigint", "bignum", "mathematics", "benchmark", ] categories = ["mathematics"] license = "MIT" repository = "https://github.com/tczajka/bigint-benchmark-rs" [profile.release] lto = true [dependencies.clap] version = "4.4.3" features = ["cargo"] [dependencies.dashu] version = "=0.4.0" [dependencies.ibig] version = "=0.3.6" [dependencies.malachite] version = "=0.4.0" [dependencies.num-bigint] version = "=0.4.4" [dependencies.rug] version = "=1.22.0"