malachite-base 0.2.3

A collection of utilities, including new arithmetic traits and iterators that generate all values of a type
Documentation
[[bin]]
name = "malachite_base_main"
path = "src/bin.rs"
test = false
[dependencies.clap]
optional = true
version = "2.33.1"

[dependencies.gnuplot]
optional = true
version = "0.0.26"

[dependencies.itertools]
version = "0.9.0"

[dependencies.rand]
version = "0.7.3"

[dependencies.rand_chacha]
version = "0.2.2"

[dependencies.ryu]
version = "1.0"

[dependencies.sha3]
version = "0.9.0"

[dependencies.time]
optional = true
version = "0.1.40"

[dependencies.walkdir]
optional = true
version = "2"
[dev-dependencies.maplit]
version = "1.0.2"

[features]
bin_build = ["walkdir", "test_build"]
test_build = ["gnuplot", "time", "clap"]

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

[package]
authors = ["Mikhail Hogrefe <mikhailhogrefe@gmail.com>"]
categories = ["mathematics", "development-tools::testing"]
description = "A collection of utilities, including new arithmetic traits and iterators that generate all values of a type"
homepage = "https://malachite.rs/"
keywords = ["mathematics", "math", "numerics", "testing"]
license = "LGPL-3.0-only"
name = "malachite-base"
readme = "README.md"
repository = "https://github.com/mhogrefe/malachite"
rust-version = "1.61.0"
version = "0.2.3"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html"]
[profile.release]
lto = true
strip = true