bigdecimal_plus 1.0.0

Improved arbitrary precision decimal numbers
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 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 = "bigdecimal_plus"
version = "1.0.0"
authors = ["Sergey Firs"]
description = "Improved arbitrary precision decimal numbers"
homepage = "https://github.com/EnvOut/bigdecimal-rs-plus"
documentation = "https://docs.rs/bigdecimal_plus"
keywords = [
    "mathematics",
    "numerics",
    "decimal",
    "arbitrary-precision",
    "floating-point",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/EnvOut/bigdecimal-rs-plus"
resolver = "2"

[dependencies.anyhow]
version = "1.0.56"

[dependencies.bigdecimal]
version = "0.3.0"

[dependencies.serde]
version = "1.0.127"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.66"

[dependencies.thiserror]
version = "1.0.30"