[dependencies]
[lib]
name = "financial_ops"
path = "src/lib.rs"
[package]
authors = ["Kevin Rodriguez <_@kevinrodriguez.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["finance", "cryptography"]
description = "A Rust library to perform decimal arithmetic without floating point values."
documentation = "https://docs.kevinrodriguez-io/financial-ops"
edition = "2021"
homepage = "https://github.com/kevinrodriguez-io/financial-ops"
keywords = ["blockchain", "financial", "solana", "mint", "finance"]
license = "MIT"
name = "financial-ops"
readme = "README.md"
repository = "https://github.com/kevinrodriguez-io/financial-ops"
version = "0.1.0"