fixdec 0.1.0

High-performance fixed-point decimal types for financial calculations and cryptocurrency
Documentation
[[bench]]
name = "bench_d128"
path = "benches/bench_d128.rs"

[[bench]]
harness = false
name = "bench_d64"
path = "benches/bench_d64.rs"

[[bench]]
harness = false
name = "bench_d96"
path = "benches/bench_d96.rs"

[[bench]]
harness = false
name = "bench_f64"
path = "benches/bench_f64.rs"

[[bench]]
harness = false
name = "bench_rust_decimal"
path = "benches/bench_rust_decimal.rs"

[[bench]]
harness = false
name = "bench_serde"
path = "benches/bench_serde.rs"
required-features = ["serde"]

[dependencies.serde]
optional = true
version = "1.0.228"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.bincode]
version = "1.3"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7.0"

[dev-dependencies.proptest]
version = "1.9.0"

[dev-dependencies.rust_decimal]
features = ["maths", "serde"]
version = "1.39.0"

[dev-dependencies.serde]
version = "1.0.228"

[dev-dependencies.serde_json]
version = "1.0.145"

[features]
alloc = []
default = []
full = ["std", "serde"]
serde = ["dep:serde", "alloc"]
std = ["alloc"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "no-std", "data-structures"]
description = "High-performance fixed-point decimal types for financial calculations and cryptocurrency"
edition = "2024"
exclude = [".github/", ".idea/", ".editorconfig", ".gitignore", "CONTRIBUTING.md"]
keywords = ["decimal", "fixed-point", "finance", "cryptocurrency", "no-std"]
license = "MIT OR Apache-2.0"
name = "fixdec"
readme = "README.md"
repository = "https://github.com/Abso1ut3Zer0/fixdec"
rust-version = "1.89.0"
version = "0.1.0"

[profile.bench]
codegen-units = 1
debug = 0
lto = true
opt-level = 3