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