# 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-base" version = "0.4.16" authors = ["Mikhail Hogrefe "] build = 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" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [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.39" optional = true [dependencies.hashbrown] version = "0.14" features = [ "ahash", "inline-more", ] default-features = false [dependencies.itertools] version = "0.11.0" features = ["use_alloc"] default-features = false [dependencies.libm] version = "0.2.8" default-features = false [dependencies.rand] version = "0.8.5" optional = true default-features = false [dependencies.rand_chacha] version = "0.3.1" optional = true default-features = false [dependencies.ryu] version = "1.0.15" default-features = false [dependencies.sha3] version = "0.10.8" optional = true default-features = false [dependencies.time] version = "0.3.28" optional = true [dependencies.walkdir] version = "2.3.3" optional = true [dev-dependencies.malachite-base] version = "0.4.15" features = ["test_build"] [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", ]