[package] name = "financial" version = "1.1.5" authors = ["Raymon Mina "] edition = "2018" description = "A collection of finance calculations mimicking some of Excel Financial Functions interface" keywords = ["finance", "financial", "money", "NPV", "IRR"] categories = ["mathematics"] documentation = "https://docs.rs/financial/" homepage = "https://github.com/raymon1/financial" repository = "https://github.com/raymon1/financial" readme = "README.md" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.23" [dev-dependencies] criterion = { version = "0.4.0" } [[bench]] name = "benches" harness = false