# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "financial" version = "1.1.5" authors = ["Raymon Mina "] description = "A collection of finance calculations mimicking some of Excel Financial Functions interface" homepage = "https://github.com/raymon1/financial" documentation = "https://docs.rs/financial/" readme = "README.md" keywords = [ "finance", "financial", "money", "NPV", "IRR", ] categories = ["mathematics"] license = "MIT OR Apache-2.0" repository = "https://github.com/raymon1/financial" [[bench]] name = "benches" harness = false [dependencies.chrono] version = "0.4.23" [dev-dependencies.criterion] version = "0.4.0"