[dependencies.chrono]
version = "~0.4"
[dependencies.chrono_locale]
version = "~0.1"
[dependencies.compare]
version = "~0.1"
[dependencies.json]
version = "~0.12"
[dependencies.libmath]
version = "~0.2"
[dependencies.regex]
version = "~1.4"
[dependencies.rust_decimal]
version = "~1.10"
[package]
authors = ["ShiftLeft Software"]
categories = ["mathematics"]
description = "Amortization Functions (AmFn) Engine"
documentation = "https://docs.rs/amfnengine"
edition = "2018"
homepage = "https://shiftleftsoftware.com"
keywords = ["amortization", "calculator"]
license = "MIT OR Apache-2.0"
name = "amfnengine"
readme = "README.md"
repository = "https://github.com/ShiftLeftSoftware/amfn-engine"
version = "0.2.0"
[profile.release]
lto = true