# 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.65.0" name = "scientific" version = "0.5.3" authors = ["ALeX Kazik "] description = "Arbitrary precision scientific number (no_std capable, in pure Rust)" readme = "README.md" keywords = [ "arbitrary", "precision", "scientific", "no_std", ] categories = [ "mathematics", "science", "no-std", ] license = "MIT" repository = "https://github.com/alexkazik/scientific" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.scientific-macro] version = "0.5.2" optional = true [dependencies.serde] version = "1.0.16" optional = true [dev-dependencies.num-integer] version = "0.1.39" [dev-dependencies.postcard] version = "1.0.8" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1.0.108" [features] arc = [] debug = [] default = ["macro"] macro = ["scientific-macro"] std = [] [lints.rust.unexpected_cfgs] level = "allow" priority = 0