malachite-base 0.4.7

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.getrandom]
default-features = false
features = ["js"]
optional = true
version = "0.2"

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

[dependencies.hashbrown]
default-features = false
features = ["ahash", "inline-more"]
version = "0.14"

[dependencies.itertools]
default-features = false
features = ["use_alloc"]
version = "0.11.0"

[dependencies.libm]
default-features = false
version = "0.2.8"

[dependencies.rand]
default-features = false
optional = true
version = "0.8.5"

[dependencies.rand_chacha]
default-features = false
optional = true
version = "0.3.1"

[dependencies.ryu]
default-features = false
version = "1.0.15"

[dependencies.sha3]
default-features = false
optional = true
version = "0.10.8"

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

[dependencies.walkdir]
optional = true
version = "2.3.3"
[dev-dependencies.malachite-base]
features = ["test_build"]
version = "0.4.6"

[dev-dependencies.maplit]
version = "1.0.2"

[features]
bin_build = ["walkdir", "test_build"]
random = ["sha3", "rand", "rand_chacha", "getrandom"]
test_build = ["gnuplot", "time", "clap", "random", "itertools/use_std"]

[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"
edition = "2021"
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.4.7"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html"]