mpdec 4.0.1

wrapper for libmpdec math library
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 = "2024"
name = "mpdec"
version = "4.0.1"
authors = ["Artem Sokolovskiy <a641557@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wrapper for libmpdec math library"
readme = "README.md"
license = "MIT"
repository = "https://gitlab.com/omnid/rust-crates/mpdec"
resolver = "1"

[package.metadata.docs.rs]
all-features = true

[features]
internals = []

[lib]
name = "mpdec"
path = "src/lib.rs"

[[test]]
name = "comprehensive_tests"
path = "tests/comprehensive_tests.rs"

[dependencies.mpdec-sys]
version = "4.0.1"