[dependencies.uint]
version = "0.9"
[dev-dependencies]
[lib]
crate-type = ["cdylib", "lib"]
name = "nvana_fixed"
path = "src/lib.rs"
[package]
authors = ["sid"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "mathematics", "no-std"]
description = "High-precision fixed-point arithmetic library for financial and DeFi calculations"
edition = "2021"
keywords = ["fixed-point", "decimal"]
license = "MIT"
name = "nvana_fixed"
readme = "README.md"
rust-version = "1.70.0"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]