malachite-base 0.9.2

A collection of utilities, including new arithmetic traits and iterators that generate all values of a type.
Documentation
# 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 = "2024"
rust-version = "1.90.0"
name = "malachite-base"
version = "0.9.2"
authors = ["Mikhail Hogrefe <mikhailhogrefe@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of utilities, including new arithmetic traits and iterators that generate all values of a type."
homepage = "https://malachite.rs/"
readme = "README.md"
keywords = [
    "mathematics",
    "math",
    "numerics",
    "testing",
]
categories = [
    "mathematics",
    "development-tools::testing",
]
license = "LGPL-3.0-only"
repository = "https://github.com/mhogrefe/malachite"
resolver = "2"

[package.metadata.docs.rs]
rustdoc-args = [
    "--html-in-header",
    "katex-header.html",
]

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

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

[[bin]]
name = "malachite_base_main"
path = "src/bin.rs"
test = false

[[test]]
name = "lib"
path = "tests/lib.rs"

[dependencies.clap]
version = "2.33.1"
optional = true

[dependencies.getrandom]
version = "0.2"
features = ["js"]
optional = true
default-features = false

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

[dependencies.hashbrown]
version = "0.16.1"
features = [
    "default-hasher",
    "inline-more",
]
default-features = false

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

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

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

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

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

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

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

[dependencies.walkdir]
version = "2.5.0"
optional = true

[dev-dependencies.malachite-base]
version = "0.9.1"
features = ["test_build"]
default-features = false

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