# 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 = "2021" rust-version = "1.81" name = "rfinancial" version = "0.1.11" authors = ["Sean Zian"] build = false include = [ "src/**/*", "Cargo.toml", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A financial crate mimicking `numpy_financial` in Python" homepage = "https://github.com/seanzian2093/rust-numpy-financial" readme = "README.md" keywords = [ "finance", "mathematics", "investment", "algorithms", "development-tools", ] categories = [ "finance", "mathematics", ] license = "MIT" repository = "https://github.com/seanzian2093/rust-numpy-financial" [lib] name = "rfinancial" path = "src/lib.rs" [dependencies] [badges.maintenance] status = "actively-developed"