# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "finance-solution" version = "0.0.0" authors = ["Shan Newton ", "David Thureson "] description = "A library for finance time-value-of-money functions with detailed solutions and pretty-printed tables." documentation = "https://docs.rs/finance-solution" readme = "README.md" license = "MIT" repository = "https://github.com/shan-alexander/finance-solution" [[example]] name = "common_word_problems" crate-type = ["bin"] path = "examples/common_word_problems.rs" [dependencies.colored] version = "1.9" [dependencies.env_logger] version = "0.7.1" [dependencies.float-cmp] version = "0.6.0" [dependencies.itertools] version = "0.8.0" [dependencies.libm] version = "0.2.1" [dependencies.log] version = "0.4.8" [dependencies.num-format] version = "0.4.0" [dev-dependencies.criterion] version = "0.3"