corp-fin 0.1.0

A specialized library for corporate finance calculations, including Beta, Sharpe Ratio, and Risk Metrics.
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"
name = "corp-fin"
version = "0.1.0"
authors = ["Abhinandh S <abhinandhsuby@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A specialized library for corporate finance calculations, including Beta, Sharpe Ratio, and Risk Metrics."
documentation = "https://docs.rs/corp-fin"
readme = false
keywords = [
    "finance",
    "economics",
    "risk",
    "metrics",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/abhinandh-s/corporate-finance"

[features]
default = []

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

[dependencies]