rslife 0.2.13

A comprehensive Rust library for actuarial mortality table calculations and life insurance mathematics
Documentation
# 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 = "2024"
rust-version = "1.90.0"
name = "rslife"
version = "0.2.13"
authors = ["RSLife Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A comprehensive Rust library for actuarial mortality table calculations and life insurance mathematics"
homepage = "https://github.com/hnlearndev/rslife"
documentation = "https://docs.rs/rslife"
readme = "README.md"
keywords = [
    "actuarial",
    "mortality",
    "insurance",
    "finance",
    "statistics",
]
categories = [
    "mathematics",
    "science",
    "finance",
]
license = "MIT"
repository = "https://github.com/hnlearndev/rslife"

[lib]
name = "rslife"
path = "src/lib.rs"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "cm1_apr_2025"
path = "examples/cm1_apr_2025.rs"

[[test]]
name = "prelude_integration"
path = "tests/prelude_integration.rs"

[dependencies.bon]
version = "3.7.2"

[dependencies.calamine]
version = "0.35.0"

[dependencies.garde]
version = "0.22"
features = ["derive"]

[dependencies.once_cell]
version = "1.20.0"

[dependencies.polars]
version = "0.53.0"
features = ["lazy"]

[dependencies.reqwest]
version = "0.13.3"
features = ["blocking"]

[dependencies.roxmltree]
version = "0.21.1"

[dependencies.rustc-hash]
version = "2.1.0"

[dependencies.spreadsheet-ods]
version = "1.0.1"

[dev-dependencies.approx]
version = "0.5"