nyar-number 0.0.7

Number lib for Nyar
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "nyar-number"
version = "0.0.7"
authors = ["aster <aster@mugen.vip>"]
exclude = ["/tests/*", "/.idea/*"]
description = "Number lib for Nyar"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/nyar-lang/nyar-number"

[lib]
name = "number"
crate-type = ["dylib", "rlib"]
path = "src/lib.rs"
[dependencies.bigdecimal]
version = "0.1.0"

[dependencies.gc]
version = "0.3.3"
optional = true

[dependencies.num]
version = "0.2"
default-features = true

[dependencies.rand]
version = "0.7.0"

[dependencies.serde_json]
version = "1.0.40"
optional = true