[[bin]]
name = "malachite_nz_main"
path = "src/bin.rs"
[build-dependencies.pyo3-build-config]
features = ["resolve-config"]
optional = true
version = "0.21.2"
[dependencies.embed-doc-image]
optional = true
version = "0.1.4"
[dependencies.indoc]
optional = true
version = "2.0.4"
[dependencies.itertools]
default-features = false
features = ["use_alloc"]
version = "0.11.0"
[dependencies.libm]
default-features = false
version = "0.2.8"
[dependencies.malachite-base]
default-features = false
version = "0.4.21"
[dependencies.num]
features = ["serde"]
optional = true
version = "0.4.3"
[dependencies.pyo3]
optional = true
version = "0.21.2"
[dependencies.rug]
default-features = false
features = ["integer", "serde"]
optional = true
version = "1.24.1"
[dependencies.serde]
default-features = false
features = ["alloc", "derive"]
optional = true
version = "1.0.188"
[dependencies.serde_json]
optional = true
version = "1.0.105"
[dev-dependencies]
[features]
32_bit_limbs = []
bin_build = ["test_build"]
doc-images = ["embed-doc-image"]
enable_pyo3 = ["pyo3", "pyo3-build-config"]
enable_serde = ["serde"]
float_helpers = []
random = ["malachite-base/random"]
test_build = ["malachite-base/test_build", "random", "serde", "serde_json", "num", "rug", "pyo3", "pyo3-build-config", "indoc"]
[lib]
name = "malachite_nz"
path = "src/lib.rs"
[package]
authors = ["Mikhail Hogrefe <mikhailhogrefe@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["mathematics"]
description = "The bignum types Natural and Integer, with efficient algorithms partially derived from GMP and FLINT."
edition = "2021"
homepage = "https://malachite.rs/"
keywords = ["mathematics", "math", "numerics", "bignum"]
license = "LGPL-3.0-only"
name = "malachite-nz"
readme = "README.md"
repository = "https://github.com/mhogrefe/malachite"
rust-version = "1.83.0"
version = "0.4.21"
[package.metadata.docs.rs]
features = ["doc-images", "random"]
rustdoc-args = ["--html-in-header", "katex-header.html"]
[[test]]
name = "lib"
path = "tests/lib.rs"