# 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 = "2018" rust-version = "1.49" name = "ibig" version = "0.3.6" authors = ["Tomek Czajka "] exclude = ["generate_coverage.sh"] description = "A big integer library with good performance" homepage = "https://github.com/tczajka/ibig-rs" readme = "README.md" keywords = [ "bigint", "bignum", "mathematics", "modular", "modulo", ] categories = [ "mathematics", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tczajka/ibig-rs" [package.metadata.docs.rs] all-features = true [lib] bench = false [[test]] name = "random" required-features = ["rand"] [[test]] name = "serde" required-features = ["serde"] [[bench]] name = "benchmarks" harness = false required-features = ["rand"] [dependencies.cfg-if] version = "1.0.0" [dependencies.num-traits] version = "0.2.14" optional = true default-features = false [dependencies.rand] version = "0.8.3" optional = true default-features = false [dependencies.serde] version = "1.0.130" features = ["derive"] optional = true default-features = false [dependencies.static_assertions] version = "1.1" [dev-dependencies.criterion] version = "0.3.4" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.serde_test] version = "1.0.130" [features] default = [ "std", "rand", "num-traits", ] std = []