# 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" name = "malachite-bigint" version = "0.2.0" authors = ["Steve Shi "] description = "A drop-in num-bigint replacement based on malachite" readme = "README.md" license = "LGPL-3.0-only" [dependencies.derive_more] version = "0.99.17" [dependencies.malachite] version = "0.4.4" [dependencies.num-bigint] version = "0.4" optional = true default-features = false [dependencies.num-integer] version = "0.1.45" features = ["i128"] default-features = false [dependencies.num-traits] version = "0.2.11" features = ["i128"] default-features = false [dependencies.paste] version = "1.0.12"