[dependencies.serde]
optional = true
version = "1.0.126"
[dev-dependencies.scientific-macro]
version = "<0.5"
[features]
arc = []
debug = []
default = []
std = []
[package]
authors = ["ALeX Kazik <alex@kazik.de>"]
categories = ["mathematics", "science", "no-std"]
description = "Arbitrary precision scientific number (no_std capable, in pure Rust)"
edition = "2018"
keywords = ["arbitrary", "precision", "scientific", "no_std"]
license = "MIT"
name = "scientific"
repository = "https://github.com/alexkazik/scientific"
version = "0.1.2"