# 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 = "astro-float-num" version = "0.3.5" authors = ["stencillogic "] description = "Multiple precision floating point numbers implemented purely in Rust." readme = "README.md" keywords = [ "bigfloat", "numeric", "mathematics", "bignum", ] categories = [ "algorithms", "data-structures", "science", ] license = "MIT" repository = "https://github.com/stencillogic/astro-float" [dependencies.itertools] version = "0.10.3" features = [] default-features = false [dependencies.lazy_static] version = "1.4.0" features = [] default-features = false [dependencies.rand] version = "0.8.5" optional = true [dependencies.serde] version = "1.0.147" optional = true [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0.89" [features] default = [ "std", "random", "serde", ] random = ["dep:rand"] serde = ["dep:serde"] std = [] [target."cfg(target_arch = \"x86_64\")".dev-dependencies.gmp-mpfr-sys] version = "~1.6.0" features = [] [target."cfg(target_arch = \"x86_64\")".dev-dependencies.rug] version = "~1.20.0" features = [ "float", "rand", ]